From 70d6b55cc3c29aea39cf7650ae3db2d905f47f7c Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Fri, 2 Jan 2026 08:19:49 -0500 Subject: [PATCH] fix(ui): add aria-label to DashboardNavigation for WCAG 2.1 accessibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds aria-label='Dashboard navigation' to nav component for WCAG 2.1 Level A compliance (screen reader accessibility). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- pmoves/ui/components/DashboardNavigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmoves/ui/components/DashboardNavigation.tsx b/pmoves/ui/components/DashboardNavigation.tsx index 9c6370b3b9..bf5547d5fa 100644 --- a/pmoves/ui/components/DashboardNavigation.tsx +++ b/pmoves/ui/components/DashboardNavigation.tsx @@ -67,7 +67,7 @@ export function DashboardNavigation({ active }: DashboardNavigationProps) { String(process.env.NEXT_PUBLIC_SINGLE_USER_MODE || process.env.SINGLE_USER_MODE || '1') === '1'; return ( -