import { t } from '@vegaprotocol/i18n'; import { ExternalLink, VegaIcon, VegaIconNames, } from '@vegaprotocol/ui-toolkit'; import { Links, Routes } from '../../pages/client-router'; export const RiskMessage = () => { return ( <>

{t( 'By using the Vega Console, you acknowledge that you have read and understood the' )}{' '} {t('Vega Console Disclaimer')}

); };