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:
Jed Fox 2020-04-21 17:50:08 -04:00 committed by GitHub
parent d1086f3624
commit d7729d295a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 4 deletions

View file

@ -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>
);