diff --git a/nym-wallet/src/components/Buy/Tutorial.tsx b/nym-wallet/src/components/Buy/Tutorial.tsx index 180ddbbd2a..472edb24cd 100644 --- a/nym-wallet/src/components/Buy/Tutorial.tsx +++ b/nym-wallet/src/components/Buy/Tutorial.tsx @@ -1,6 +1,7 @@ import React, { useState } from 'react'; import { Button, Stack, Typography, Grid, useMediaQuery, useTheme } from '@mui/material'; import { Tune as TuneIcon, BorderColor as BorderColorIcon, Paid as PaidIcon } from '@mui/icons-material'; +import { CoinMark } from '@nymproject/react/coins/CoinMark'; import { NymCard, ClientAddress } from '../../components'; import { SignMessageModal } from './SignMessageModal'; import { PoweredByBity } from 'src/svg-icons'; @@ -28,8 +29,7 @@ const TutorialStep = ({ { return ( }> - + Follow below 3 steps to quickly and easily buy NYM tokens. You can purchase up to 1000 Swiss Francs per day without KYC. {showSignModal && setShowSignModal(false)} />} { title="Define purchase details" icon={} text={ - t.palette.nym.text.muted }}> + t.palette.nym.text.muted }}> Click on{' '} - + Buy NYM {' '} button and follow the steps in the browser window that opens. You will be asked for purchase details i.e. @@ -94,9 +96,9 @@ export const Tutorial = () => { title="Sign message" icon={} text={ - t.palette.nym.text.muted }}> + t.palette.nym.text.muted }}> When asked for signature, copy the message and sign it using{' '} - + Sign message {' '} button below. Then copy and paste your signature back in the browser window. @@ -108,11 +110,10 @@ export const Tutorial = () => { } + icon={} text={ - t.palette.nym.text.muted }}> - {`Send the defined BTC amount to Bity's address that's given to you. As soon as your BTC transaction has 4 - confirmations, Bity will send the purchased NYM tokens to your wallet.`} + t.palette.nym.text.muted }}> + {`Send the defined BTC amount to Bity's address that's given to you. As soon as your BTC tx has 4 confirmations, Bity will send the purchased NYM tokens to your wallet.`} } />