mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
RTL for the security badge, add an arrow to the tooltip (#1469)
* FIx RTL on the encryption shield * Add an arrow to the tooltip
This commit is contained in:
parent
d1086f3624
commit
d7729d295a
2 changed files with 26 additions and 4 deletions
|
@ -63,7 +63,9 @@ const LayerUI = ({
|
|||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<span className="tooltip-text">{t("encrypted.tooltip")}</span>
|
||||
<span className="tooltip-text" dir="auto">
|
||||
{t("encrypted.tooltip")}
|
||||
</span>
|
||||
{shield}
|
||||
</a>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue