Skip to content

Commit

Permalink
fix: do not use aria-hidden in heading anchor links (#6128)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Dec 18, 2021
1 parent 7e5f6bb commit 2318ef2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const createAnchorHeading =
id={id}>
{props.children}
<a
aria-hidden="true"
className="hash-link"
href={`#${id}`}
title={translate({
Expand Down

0 comments on commit 2318ef2

Please sign in to comment.