From d18ae53720349a19bd11ccba3cc33866758463bf Mon Sep 17 00:00:00 2001 From: Bruce Blaser Date: Tue, 24 Oct 2023 01:15:09 -0700 Subject: [PATCH] fix(a11y): add alt text for icons in menu links (#52066) --- client/src/components/Header/components/nav-links.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/components/Header/components/nav-links.tsx b/client/src/components/Header/components/nav-links.tsx index 653d9948f74..2524a58b189 100644 --- a/client/src/components/Header/components/nav-links.tsx +++ b/client/src/components/Header/components/nav-links.tsx @@ -197,6 +197,8 @@ function NavLinks({ to={t('links:nav.forum')} > {t('buttons.forum')} + , {t('aria.opens-new-window')} + @@ -209,6 +211,7 @@ function NavLinks({ to={t('links:nav.news')} > {t('buttons.news')} + , {t('aria.opens-new-window')} @@ -221,6 +224,7 @@ function NavLinks({ to={radioLocation} > {t('buttons.radio')} + , {t('aria.opens-new-window')} @@ -233,6 +237,7 @@ function NavLinks({ to={t('links:nav.contribute')} > {t('buttons.contribute')} + , {t('aria.opens-new-window')}