From d650a7cdc5604bc4b14deeaa2a9c00b7dd942419 Mon Sep 17 00:00:00 2001 From: Zeeshan Khan Date: Tue, 2 Jun 2026 19:16:22 +0200 Subject: [PATCH] fix: prevent Swedish nav label 'Logga in' from wrapping to two lines in desktop menu pills + make all nav buttons consistent height (whitespace-nowrap, flex-shrink-0, tighter px) --- components/Navbar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Navbar.tsx b/components/Navbar.tsx index c2b98d3..638fe7b 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -84,7 +84,7 @@ export default function Navbar({ variant = "default" }: NavbarProps) { {/* Desktop Navigation - Premium Mesmerizing Design */} -
+
{navLinks.map((link, index) => { @@ -93,7 +93,7 @@ export default function Navbar({ variant = "default" }: NavbarProps) { {link.label} @@ -248,7 +248,7 @@ export default function Navbar({ variant = "default" }: NavbarProps) { }`} > - {link.label} + {link.label} {active && ( CURRENT )}