diff --git a/apps/trading/pages/_document.page.tsx b/apps/trading/pages/_document.page.tsx index 76b0370a5..9a2552e07 100644 --- a/apps/trading/pages/_document.page.tsx +++ b/apps/trading/pages/_document.page.tsx @@ -5,12 +5,45 @@ export default function Document() {
+ + + + + + + + + + + + + + + + + + + + + {/* eslint-disable-next-line @next/next/no-css-tags */} diff --git a/apps/trading/pages/client-router.tsx b/apps/trading/pages/client-router.tsx index eb42b8bd2..69880e317 100644 --- a/apps/trading/pages/client-router.tsx +++ b/apps/trading/pages/client-router.tsx @@ -6,7 +6,6 @@ import { t } from '@vegaprotocol/i18n'; import { Loader, Splash } from '@vegaprotocol/ui-toolkit'; import trimEnd from 'lodash/trimEnd'; import { LayoutWithSidebar } from '../components/layouts'; -import Head from 'next/head'; const LazyHome = dynamic(() => import('../client-pages/home'), { ssr: false, @@ -125,29 +124,6 @@ export const ClientRouter = () => { } > - - - - - - - - - -