From 3c28dd1d2cc00cfb4e4237fda26fadbb982ee152 Mon Sep 17 00:00:00 2001 From: Navya Singh Date: Tue, 17 Mar 2026 12:29:08 -0700 Subject: [PATCH] fix: add aria-label to sidebar toggle button for accessibility The #small-device-button-sidebar button only contained an SVG icon with no discernible text for screen readers. Added aria-label='Toggle sidebar navigation' to satisfy WCAG button-name rule. Fixes ADO Bug 2737374 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- packages/typescriptlang-org/src/components/layout/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescriptlang-org/src/components/layout/Sidebar.tsx b/packages/typescriptlang-org/src/components/layout/Sidebar.tsx index 3d8d830fe7ea..322068aef708 100644 --- a/packages/typescriptlang-org/src/components/layout/Sidebar.tsx +++ b/packages/typescriptlang-org/src/components/layout/Sidebar.tsx @@ -54,7 +54,7 @@ export const SidebarToggleButton = () => { return ( - )