From e04a8f0344ccba1c8e939e959a9c9b1e7133ee63 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 22 Mar 2024 18:40:25 +0000 Subject: [PATCH] chore: moved GTM into signup (#14175) Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: zomars --- apps/web/components/PageWrapper.tsx | 19 - apps/web/pages/signup.tsx | 624 +++++++++--------- apps/web/public/static/locales/en/common.json | 1 + 3 files changed, 331 insertions(+), 313 deletions(-) diff --git a/apps/web/components/PageWrapper.tsx b/apps/web/components/PageWrapper.tsx index 6692b9ae5c6582..2250d84b151c16 100644 --- a/apps/web/components/PageWrapper.tsx +++ b/apps/web/components/PageWrapper.tsx @@ -76,25 +76,6 @@ function PageWrapper(props: AppProps) { id="page-status" dangerouslySetInnerHTML={{ __html: `window.CalComPageStatus = '${pageStatus}'` }} /> - {process.env.NEXT_PUBLIC_GTM_ID ? ( - <> -