From 2aee8c5cab253a6a3a02b7679fc529bec0f74e9f Mon Sep 17 00:00:00 2001 From: KGFCH2 Date: Sat, 23 May 2026 01:47:43 +0530 Subject: [PATCH] fix: enhance mobile menu accessibility with aria attributes --- src/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index fd5eac86..f11be7d9 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -91,7 +91,7 @@ const Navbar: React.FC = () => {