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:
@ -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>
|
||||
);
|
||||
|
Reference in New Issue
Block a user