mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-06 09:47:52 +02:00
♿️(frontend) remove redundant aria-label on table of contents links
Removed redundant aria-label to fix double SR announce.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user