import { Typography } from '@material-ui/core' import { ReactElement } from 'react' import Balance from './Balance' import { ROUTES } from '../../routes' export function CryptoTopUpIndex(): ReactElement { return ( For security reasons it is recommended to send maximum 5 to 10 xDAI. To get xDAI from DAI you may use{' '} https://bridge.gnosischain.com . } next={ROUTES.TOP_UP_CRYPTO_SWAP} /> ) }