diff --git a/apps/trading/pages/_document.page.tsx b/apps/trading/pages/_document.page.tsx index 53c42fb1a..eedd78d36 100644 --- a/apps/trading/pages/_document.page.tsx +++ b/apps/trading/pages/_document.page.tsx @@ -4,22 +4,37 @@ export default function Document() { return ( <>
- + {/* + meta tags + - next advised against using _document for this, so they exist in our + - single page index.page.tsx + */} + + {/* icons */} + + + {/* fonts */} - + + {/* styles */} + + {/* eslint-disable-next-line @next/next/no-css-tags */} + + + {/* scripts */} diff --git a/apps/trading/pages/index.page.tsx b/apps/trading/pages/index.page.tsx index dda071b4b..6e39dde55 100644 --- a/apps/trading/pages/index.page.tsx +++ b/apps/trading/pages/index.page.tsx @@ -10,23 +10,16 @@ export default function Index() { return ( <> - - - + - - - - - - {/* eslint-disable-next-line @next/next/no-css-tags */} - - -