Skip to content

Commit

Permalink
fix: add aria-label to CreateLink button (#492)
Browse files Browse the repository at this point in the history
* feat: Add aria-label to CreateLink button

* feat: Update CreateLink button aria-label for localization

* feat: Update CreateLink button aria-label for localization
  • Loading branch information
Dharanish V committed Jun 14, 2024
1 parent 1fc2ec7 commit 52d45ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/toolbar/components/CreateLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const CreateLink = () => {
const t = useTranslation()
return (
<ButtonWithTooltip
aria-label={t('toolbar.link', 'Create link')}
title={t('toolbar.link', 'Create link')}
onClick={(_) => {
openLinkDialog()
Expand Down

0 comments on commit 52d45ea

Please sign in to comment.