Skip to content

Commit 8bbaf98

Browse files
committed
chore: remove deprecated Google Analytics gtag script
Remove commented-out Google Analytics gtag script from index.html as it is no longer needed. This cleanup reduces clutter and potential confusion in the codebase by eliminating outdated tracking code.
1 parent 82151ec commit 8bbaf98

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@
5353
fbq('track', 'PageView');
5454
</script>
5555
<!-- End Facebook Pixel Code -->
56-
57-
<!-- Don't think we need this anymore? -->
58-
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-N8D6K4M2HE"></script> -->
59-
<!-- <script>
60-
window.dataLayer = window.dataLayer || [];
61-
function gtag(){dataLayer.push(arguments);}
62-
gtag('js', new Date());
63-
64-
gtag('config', 'G-N8D6K4M2HE');
65-
</script> -->
6656
</head>
6757
<body style="margin: 0; background-color: rgb(248 250 252)">
6858
<!-- Google Tag Manager (noscript) -->

0 commit comments

Comments
 (0)