1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Remove aria-hidden for accessibility (#34350)

This commit is contained in:
Grace Park
2023-02-01 10:04:16 -08:00
committed by GitHub
parent abe4fc4616
commit 6b375939f3

View File

@@ -105,7 +105,6 @@ export const Header = () => {
<Link
href={`/${router.locale}`}
className="d-flex flex-items-center color-fg-default no-underline mr-3"
aria-hidden="true"
>
<MarkGithubIcon size={32} />
<span className="h4 text-semibold ml-2">{t('github_docs')}</span>