From 78aff54360cfaa83b3714857abaf0b9954902a71 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Wed, 6 Sep 2023 13:51:41 -0700 Subject: [PATCH] chore(trading): remove duplicate stylesheet and icon references (#4707) --- apps/trading/pages/_document.page.tsx | 27 +++++++++++++++++++------ apps/trading/pages/index.page.tsx | 29 +-------------------------- 2 files changed, 22 insertions(+), 34 deletions(-) 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 */}