mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 00:09:48 +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}>
|
||||
{props.children}
|
||||
<a
|
||||
aria-hidden="true"
|
||||
className="hash-link"
|
||||
href={`#${id}`}
|
||||
title={translate({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue