Skip to content

Commit

Permalink
fix: logo on old nav should be a pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
viet nguyen committed Oct 30, 2023
1 parent 664d76d commit a832067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DesktopAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function DesktopAppBar ({ showFilterBar = true }: DesktopAppBarPr
<header className='sticky top-0 z-10'>
<DesktopNavBar
branding={
<Link href='/' legacyBehavior>
<Link href='/'>
<LogoWithText className='h-[36px]' />
</Link>
}
Expand Down

0 comments on commit a832067

Please sign in to comment.