Skip to content

Commit 15473c6

Browse files
committed
Refactor landing
1 parent f13d91c commit 15473c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/landing/src/app/layout.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ export default function RootLayout({
2323
<head>
2424
<script
2525
dangerouslySetInnerHTML={{
26-
__html: `<!-- Google Tag Manager -->
27-
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
26+
__html: `(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
2827
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
2928
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
3029
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
31-
})(window,document,'script','dataLayer','GTM-PSRKC4QZ');</script>
32-
<!-- End Google Tag Manager -->`,
30+
})(window,document,'script','dataLayer','GTM-PSRKC4QZ')`,
3331
}}
3432
/>
3533
<ThemeScript auto />

0 commit comments

Comments
 (0)