update font
This commit is contained in:
@@ -85,13 +85,13 @@ export function PremiumNavbar() {
|
||||
alt="Nearle"
|
||||
width={190}
|
||||
height={48}
|
||||
className="h-7 w-auto object-contain md:h-9 xl:h-10"
|
||||
className="h-7 w-auto object-contain md:h-9 lg:h-8 min-[1440px]:h-10"
|
||||
priority
|
||||
/>
|
||||
</Link>
|
||||
|
||||
{/* Desktop Navigation */}
|
||||
<nav className="absolute left-1/2 hidden -translate-x-1/2 items-center gap-6 lg:flex lg:gap-8 xl:gap-10">
|
||||
<nav className="hidden flex-1 items-center justify-center gap-4 lg:flex min-[1440px]:gap-10">
|
||||
{NAV_LINKS.map((link) => {
|
||||
const isActive = isActiveLink(link.href);
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user