import { Typography } from '@mui/material' import { ReactElement } from 'react' import { ROUTES } from '../../routes' import Balance from './Balance' 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} /> ) }