From 7a0cd00453e3ff68c4b443e44892d57de620039a Mon Sep 17 00:00:00 2001 From: Ochieng Paul Date: Mon, 24 Feb 2025 16:08:14 +0300 Subject: [PATCH] updates --- src/website2/src/app/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/website2/src/app/layout.tsx b/src/website2/src/app/layout.tsx index bffd1374e6..2f8b995d6f 100644 --- a/src/website2/src/app/layout.tsx +++ b/src/website2/src/app/layout.tsx @@ -39,17 +39,17 @@ export default async function RootLayout({ children: ReactNode; }) { const maintenance = await checkMaintenance(); - // const GA_MEASUREMENT_ID = process.env.NEXT_PUBLIC_GA_MEASUREMENT_ID || ''; + const GA_MEASUREMENT_ID = + process.env.NEXT_PUBLIC_GA_MEASUREMENT_ID || 'G-79ZVCLEDSG'; return ( - {/* Initialize & Track Google Analytics only on the client */} - }> - + {/* Initialize & Track Google Analytics only on the client */} + {maintenance.isActive ? (