From b237aefb1ea74d00d1d71e8e9cd49ae868bfc7e2 Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Sat, 11 Jul 2026 15:03:24 -0700 Subject: [PATCH] fix(a11y): add aria-label to RightMenu documentation and bug-report icon links (#41903) --- superset-frontend/src/features/home/RightMenu.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/src/features/home/RightMenu.tsx b/superset-frontend/src/features/home/RightMenu.tsx index 352e3c807ff..ea19845e2f4 100644 --- a/superset-frontend/src/features/home/RightMenu.tsx +++ b/superset-frontend/src/features/home/RightMenu.tsx @@ -755,6 +755,7 @@ const RightMenu = ({ target="_blank" rel="noreferrer" title={navbarRight.documentation_text || t('Documentation')} + aria-label={navbarRight.documentation_text || t('Documentation')} > {navbarRight.documentation_icon ? ( @@ -772,6 +773,7 @@ const RightMenu = ({ target="_blank" rel="noreferrer" title={navbarRight.bug_report_text || t('Report a bug')} + aria-label={navbarRight.bug_report_text || t('Report a bug')} > {navbarRight.bug_report_icon ? (