Remove aria-hidden for accessibility (#34350)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user