Skip to content

Commit

Permalink
Make header a little smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikmonsen committed Nov 5, 2024
1 parent e8b68f6 commit a2460e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Header() {
className={'font-bold text-3xl hover:cursor-pointer'}
onClick={() => router.push('/')}
>
<Logo className={'max-w-32'} appearance={theme ?? 'light'} />
<Logo className={'max-w-28'} appearance={theme ?? 'light'} />
</Link>
</NavbarBrand>
<NavbarContent justify="end">
Expand Down

0 comments on commit a2460e8

Please sign in to comment.