From 52d45ea053c562fe7ef2f7fe9fec6808415d9378 Mon Sep 17 00:00:00 2001 From: Dharanish V <30527938+dharanish-v@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:38:47 +0530 Subject: [PATCH] fix: add aria-label to CreateLink button (#492) * feat: Add aria-label to CreateLink button * feat: Update CreateLink button aria-label for localization * feat: Update CreateLink button aria-label for localization --- src/plugins/toolbar/components/CreateLink.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/toolbar/components/CreateLink.tsx b/src/plugins/toolbar/components/CreateLink.tsx index 440293c7..48d85e0d 100644 --- a/src/plugins/toolbar/components/CreateLink.tsx +++ b/src/plugins/toolbar/components/CreateLink.tsx @@ -15,6 +15,7 @@ export const CreateLink = () => { const t = useTranslation() return ( { openLinkDialog()