fix: always show back arrow on My Badges page (not a sidebar page)

This commit is contained in:
Mary Kate Fain
2026-03-20 23:21:12 -05:00
parent d8f042584f
commit 0d3b19af3d
+1 -1
View File
@@ -56,7 +56,7 @@ export function BadgeManagePage() {
<main>
{/* Sticky header */}
<div className={cn('sidebar:sticky sidebar:top-0', 'flex items-center gap-4 px-4 pt-4 pb-5 bg-background/80 backdrop-blur-md z-10')}>
<Link to="/shop" className="p-2 rounded-full hover:bg-secondary transition-colors sidebar:hidden">
<Link to="/shop" className="p-2 -ml-2 rounded-full hover:bg-secondary transition-colors">
<ArrowLeft className="size-5" />
</Link>
<div className="flex items-center gap-2">