mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Add aria-label to end-to-end encryption blog link (#3367)
This commit is contained in:
parent
a6706cff20
commit
bdf6e53289
2 changed files with 3 additions and 1 deletions
|
@ -350,6 +350,7 @@ const LayerUI = ({
|
|||
href="https://blog.excalidraw.com/end-to-end-encryption/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
aria-label={t("encrypted.link")}
|
||||
>
|
||||
<Tooltip label={t("encrypted.tooltip")} position="above" long={true}>
|
||||
{shield}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue