From 2e7c747e58b7e04518d3b4217f8c227d1b9972ea Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 19:59:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Enhance=20Navbar=20in?= =?UTF-8?q?teractive=20element=20accessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added aria-expanded and aria-label attributes to the dropdown and mobile menu buttons. Added explicit focus-visible styles to all icon-only buttons to improve keyboard accessibility. Co-authored-by: belpythons <187399139+belpythons@users.noreply.github.com> --- src/components/layout/Navbar.jsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/layout/Navbar.jsx b/src/components/layout/Navbar.jsx index de3fea5..77a7d7e 100644 --- a/src/components/layout/Navbar.jsx +++ b/src/components/layout/Navbar.jsx @@ -95,7 +95,9 @@ const Navbar = () => {