diff --git a/apps/explorer/src/index.html b/apps/explorer/src/index.html index c2aff835f..06acfc6e2 100644 --- a/apps/explorer/src/index.html +++ b/apps/explorer/src/index.html @@ -17,7 +17,7 @@ - + diff --git a/apps/governance/src/index.html b/apps/governance/src/index.html index 5f8f5c040..f74684e7b 100644 --- a/apps/governance/src/index.html +++ b/apps/governance/src/index.html @@ -17,7 +17,7 @@ - + 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/index.page.tsx b/apps/trading/pages/index.page.tsx index dde031961..dcc895c04 100644 --- a/apps/trading/pages/index.page.tsx +++ b/apps/trading/pages/index.page.tsx @@ -1,4 +1,3 @@ -import Head from 'next/head'; import { ClientRouter } from './client-router'; /** @@ -7,30 +6,5 @@ import { ClientRouter } from './client-router'; * have to serve a static site via next export */ export default function Index() { - return ( - <> - - - - - - - - - - - VEGA Console dApp - - - - ); + return ; }