Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to
- ♿️(frontend) configurable legal submenu in HelpMenu, remove Crisp #2416
- ♻️(frontend) new create button for docs #2423
- ♿️(frontend) align search modal field label with placeholder #2384
- ♿️(frontend) remove redundant aria-label on table of contents links #2459

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export const Heading = ({
border-radius: var(--c--globals--spacings--st);
}
`}
aria-label={text}
aria-current={isHighlight ? 'true' : undefined}
>
<Text
Expand Down
Loading