Skip to content

Commit

Permalink
feat: a11y issues fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezhik Kyzyl-ool committed Apr 24, 2024
1 parent 31d764c commit ac30179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DefinitionList/DefinitionList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function getNoteElement(note?: DefinitionListItemNote) {
{...note}
buttonProps={{
'aria-label': i18n('label_note'),
...(note.buttonProps || {}),
...note.buttonProps,
}}
/>
);
Expand Down

0 comments on commit ac30179

Please sign in to comment.