update buy NYM text

This commit is contained in:
fmtabbara
2022-12-19 15:07:49 +00:00
parent f047209baf
commit db3d379219
+2 -3
View File
@@ -56,10 +56,9 @@ export const Tutorial = () => {
const showBorder = useMediaQuery(theme.breakpoints.up('md'));
return (
<NymCard borderless title="Buy NYM with BTC without KYC" sx={{ mt: 4 }} Action={<ClientAddress withCopy />}>
<NymCard borderless title="Buy NYM with BTC" sx={{ mt: 4 }} Action={<ClientAddress withCopy />}>
<Typography mb={2} fontSize={14}>
Follow below 3 steps to quickly and easily buy NYM tokens. You can purchase up to 1000 Swiss Francs per day
without KYC.
Follow below 3 steps to quickly and easily buy NYM tokens. You can purchase up to 1000 Swiss Francs per day.
</Typography>
{showSignModal && <SignMessageModal onClose={() => setShowSignModal(false)} />}
<Grid