lint find and replace

This commit is contained in:
Tom Moor
2022-02-17 21:35:12 -08:00
parent d5763233ca
commit e109d5629f
2 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ const Modal = ({
</Content>
<Back onClick={onRequestClose}>
<BackIcon size={32} color="currentColor" />
<Text type="secondary">{t("Back")}</Text>
<Text>{t("Back")}</Text>
</Back>
<Close onClick={onRequestClose}>
<CloseIcon size={32} color="currentColor" />