Skip to content

Commit 98557ad

Browse files
chore: fix logo
1 parent 0abc434 commit 98557ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/components/navbar/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function Navbar() {
3939
}}
4040
>
4141
<Link href='/' className='flex min-w-[100px] items-center'>
42-
<SimLogoFull className='h-7 w-auto' />
42+
<SimLogoFull className='h-6 w-auto' />
4343
</Link>
4444

4545
<div className='-translate-x-1/2 absolute left-1/2 flex items-center justify-center'>

0 commit comments

Comments
 (0)