From 5927a54ca8270c978055263d0bd56eb3e3ff18fa Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 13:41:23 +0000 Subject: [PATCH] feat(a11y): Add aria-label to hamburger menu Adds an aria-label to the hamburger menu button in the mobile view to improve accessibility for screen reader users. This change addresses an accessibility issue where the icon-only button was not properly described, making it difficult for users with visual impairments to navigate the application. --- App.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index 92b5f2e..28169f5 100644 --- a/App.tsx +++ b/App.tsx @@ -280,7 +280,11 @@ const App: React.FC = () => {
-