mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix: do not use aria-hidden in heading anchor links (#6128)
This commit is contained in:
parent
7e5f6bb805
commit
2318ef298f
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ const createAnchorHeading =
|
||||||
id={id}>
|
id={id}>
|
||||||
{props.children}
|
{props.children}
|
||||||
<a
|
<a
|
||||||
aria-hidden="true"
|
|
||||||
className="hash-link"
|
className="hash-link"
|
||||||
href={`#${id}`}
|
href={`#${id}`}
|
||||||
title={translate({
|
title={translate({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue