fix(wallet): typo

This commit is contained in:
pierre
2022-12-01 16:00:42 +01:00
parent 4ccd4d258a
commit 39ab252941
+1 -1
View File
@@ -52,7 +52,7 @@ export const Tutorial = () => {
return (
<NymCard borderless title="Buy NYM with BTC without KYC" sx={{ mt: 4 }}>
<Typography mb={2}>
Follow below 3 steps to quickly and easily to buy NYM tokens. You can purchase up to 1000 Swiss Francs per day
Follow below 3 steps to quickly and easily buy NYM tokens. You can purchase up to 1000 Swiss Francs per day
without KYC.
</Typography>
{showSignModal && <SignMessageModal onClose={() => setShowSignModal(false)} />}