Update navbar.tsx
This commit is contained in:
committed by
GitHub
parent
46c713c04e
commit
461bde9e36
@@ -38,8 +38,8 @@ export function Logo() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Link href="/" className="flex items-center gap-1.5">
|
<Link href="/" className="flex items-center gap-1.5">
|
||||||
<Image src={navbar.logo.src} alt={navbar.logo.alt} width="42" height="42" />
|
<Image src={navbar.logo.src} alt={navbar.logo.alt} width="24" height="24" />
|
||||||
<h2 className="font-bold font-code text-lg">{navbar.logoText}</h2>
|
<h2 className="font-bold font-code text-md">{navbar.logoText}</h2>
|
||||||
</Link>
|
</Link>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user