Skip to content

Commit

Permalink
fix: empty logo in popup mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Aug 6, 2024
1 parent da5cc05 commit 10af7db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/layout/headers/logo-box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function LogoBox({ isSessionLocked }: { isSessionLocked?: boolean | undef
height="headerContainerHeight"
margin="auto"
px="space.02"
hideBelow={isSessionLocked ? undefined : 'sm'}
hideFrom={isSessionLocked ? 'sm' : undefined}
>
<Logo
Expand Down

0 comments on commit 10af7db

Please sign in to comment.