diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b148363a..0cc6445c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx b/src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx index acc4ff53e..dc4700d43 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx @@ -85,7 +85,6 @@ export const Heading = ({ border-radius: var(--c--globals--spacings--st); } `} - aria-label={text} aria-current={isHighlight ? 'true' : undefined} >