From f1481d03f5dad7aef2155508d5f6dfd1cf72acc5 Mon Sep 17 00:00:00 2001 From: Danielle Lindblom Date: Wed, 8 Jan 2025 10:35:09 -0700 Subject: [PATCH 1/4] fix: make close button for navigation menu accessible to screen readers --- components/NavDrawer/NavDrawer.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/NavDrawer/NavDrawer.tsx b/components/NavDrawer/NavDrawer.tsx index f3f7edc0..6497026d 100644 --- a/components/NavDrawer/NavDrawer.tsx +++ b/components/NavDrawer/NavDrawer.tsx @@ -128,8 +128,10 @@ const DrawerTitle = React.forwardRef< {...props} /> - - + + )); From 60ad3cb3e517ca34809cd8c390884111be4a0c1e Mon Sep 17 00:00:00 2001 From: Danielle Lindblom Date: Wed, 8 Jan 2025 10:40:01 -0700 Subject: [PATCH 2/4] fix: a11y - add properties to make hamburger menu icon screenreader accessible --- components/Nav/Nav.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/components/Nav/Nav.tsx b/components/Nav/Nav.tsx index 415cfe65..8798ad58 100644 --- a/components/Nav/Nav.tsx +++ b/components/Nav/Nav.tsx @@ -61,8 +61,15 @@ export const Nav = (): JSX.Element => {
  • - - + +