From 0b6fce9166dbbe4164731e3efec476f8ce66b9f3 Mon Sep 17 00:00:00 2001 From: Paul Kniaz Date: Sun, 6 Jul 2025 10:07:14 -0400 Subject: [PATCH 1/4] Add aria-labels and accessibility improvements to buttons and navigation components --- src/components/Banner/index.astro | 2 +- src/components/Nav/JumpToLinks.tsx | 21 ++++++++++--------- src/components/Nav/MainNavLinks.tsx | 11 +++++----- .../ReferenceDirectoryWithFilter/index.tsx | 7 ++++--- src/components/SearchResults/index.tsx | 4 ++++ 5 files changed, 26 insertions(+), 19 deletions(-) diff --git a/src/components/Banner/index.astro b/src/components/Banner/index.astro index a864a86661..8cef5229a5 100644 --- a/src/components/Banner/index.astro +++ b/src/components/Banner/index.astro @@ -9,7 +9,7 @@ const { link, title } = entry.data; - +