diff --git a/apps/trading/components/welcome-dialog/get-started.tsx b/apps/trading/components/welcome-dialog/get-started.tsx index c496a5f55..9a4f1503d 100644 --- a/apps/trading/components/welcome-dialog/get-started.tsx +++ b/apps/trading/components/welcome-dialog/get-started.tsx @@ -73,7 +73,6 @@ export const GetStarted = ({ lead }: Props) => { const openVegaWalletDialog = useVegaWalletDialogStore( (store) => store.openVegaWalletDialog ); - const CANONICAL_URL = VEGA_NETWORKS[VEGA_ENV] || 'https://console.vega.xyz'; const currentStep = useGetOnboardingStep(); const dismissed = useOnboardingStore((store) => store.dismissed); @@ -116,7 +115,7 @@ export const GetStarted = ({ lead }: Props) => { {VEGA_ENV === Networks.MAINNET && (
{t('Experiment for free with virtual assets on')}{' '}
-
{t('Ready to trade with real funds?')}{' '}
-