From e0a91b3850b71d3dcddf02d1f118eca398547925 Mon Sep 17 00:00:00 2001 From: "m.ray" <16125548+MadalinaRaicu@users.noreply.github.com> Date: Tue, 22 Aug 2023 19:23:24 +0300 Subject: [PATCH] chore(trading): revert metadata update - viewport meta tags should not be used in _document.js's (#4591) --- apps/trading/pages/_document.page.tsx | 48 +++++----------------- apps/trading/pages/index.page.tsx | 58 ++++++++++++++++++++++++++- 2 files changed, 66 insertions(+), 40 deletions(-) diff --git a/apps/trading/pages/_document.page.tsx b/apps/trading/pages/_document.page.tsx index 9a2552e07..53c42fb1a 100644 --- a/apps/trading/pages/_document.page.tsx +++ b/apps/trading/pages/_document.page.tsx @@ -1,40 +1,10 @@ -import { Html, Head, Main, NextScript } from 'next/document'; +import { Head, Html, Main, NextScript } from 'next/document'; export default function Document() { return ( - + <>
- - - - - - - - - - - - - - - - - - - - - {/* eslint-disable-next-line @next/next/no-css-tags */} - - - -