diff --git a/apps/explorer/src/app/components/footer/footer.tsx b/apps/explorer/src/app/components/footer/footer.tsx index 6855e5964..171196eb0 100644 --- a/apps/explorer/src/app/components/footer/footer.tsx +++ b/apps/explorer/src/app/components/footer/footer.tsx @@ -4,9 +4,11 @@ import { } from '@vegaprotocol/environment'; import { t } from '@vegaprotocol/i18n'; import { useScreenDimensions } from '@vegaprotocol/react-helpers'; -import { ExternalLink, Link } from '@vegaprotocol/ui-toolkit'; +import { Link, ExternalLink } from '@vegaprotocol/ui-toolkit'; import { useMemo } from 'react'; import { ENV } from '../../config/env'; +import { Routes } from '../../routes/route-names'; +import { Link as RouteLink } from 'react-router-dom'; export const Footer = () => { const { VEGA_URL, GIT_COMMIT_HASH, GIT_ORIGIN_URL } = useEnvironment(); @@ -21,7 +23,7 @@ export const Footer = () => { ); return ( -