From f20a02dfa2efb81b218acc2dc12c9dc455889929 Mon Sep 17 00:00:00 2001 From: Marco Date: Fri, 24 Jul 2026 18:38:33 +0000 Subject: [PATCH] Match the profile icon's size to the cart icon in the navbar Profile was h-6 w-6 (24px) next to cart's h-7 w-7 (28px), a noticeable size mismatch between the two always-visible nav icons. --- app/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index ab11fe7..14035f1 100644 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -113,7 +113,7 @@ function AccountLink() { aria-label={loggedIn ? "Mein Konto (eingeloggt)" : "Anmelden"} className="relative flex h-11 w-11 items-center justify-center shrink-0 active:scale-[0.9] transition-transform" > -