From 544b5c1a49c376c9f1893426fe12cc2735f4983d Mon Sep 17 00:00:00 2001 From: KMKoushik Date: Mon, 3 Jun 2024 19:49:17 +1000 Subject: [PATCH] Trying to fix warning --- apps/marketing/src/app/layout.tsx | 2 +- apps/marketing/src/app/page.tsx | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/apps/marketing/src/app/layout.tsx b/apps/marketing/src/app/layout.tsx index 0b2fb20..c543471 100644 --- a/apps/marketing/src/app/layout.tsx +++ b/apps/marketing/src/app/layout.tsx @@ -34,7 +34,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {process.env.NODE_ENV === "production" && (