From 2527dfe9847f1396e46d08a2b05ac656309f13ca Mon Sep 17 00:00:00 2001 From: Citali Date: Thu, 29 Jan 2026 16:30:37 +0100 Subject: [PATCH] Fix topnav --- src/components/global/TopNav.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/global/TopNav.tsx b/src/components/global/TopNav.tsx index 7fdd280..dd3b677 100644 --- a/src/components/global/TopNav.tsx +++ b/src/components/global/TopNav.tsx @@ -33,7 +33,7 @@ export default function TopNav() { {label} @@ -43,7 +43,6 @@ export default function TopNav() { - {/* Mobile Nav */}
@@ -61,7 +60,8 @@ export default function TopNav() { key={href} href={href} onClick={() => setOpen(false)} - className="block px-4 py-2 rounded-md hover:bg-hover focus-visible:bg-hover text-sm font-medium transition-colors" + className="block px-4 py-2 rounded-md text-sm font-medium transition-colors + focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring" > {label}