️(frontend) remove redundant aria-label on table of contents links

Removed redundant aria-label to fix double SR announce.
This commit is contained in:
Cyril
2026-06-29 11:14:28 +02:00
parent 3fe8bd5cc0
commit a64b5cb447
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ and this project adheres to
- ♻️(frontend) new create button for docs #2423
- ♿️(frontend) align search modal field label with placeholder #2384
- 🚚(frontend) move Waffle to bottom left #2455
- ♿️(frontend) remove redundant aria-label on table of contents links #2459
### Fixed
@@ -85,7 +85,6 @@ export const Heading = ({
border-radius: var(--c--globals--spacings--st);
}
`}
aria-label={text}
aria-current={isHighlight ? 'true' : undefined}
>
<Text