Skip to content

Commit 0e3aa3b

Browse files
committed
removed google tag from index
1 parent 620e846 commit 0e3aa3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frontend/public/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,17 @@
7575
To begin the development, run `npm start` or `yarn start`.
7676
To create a production bundle, use `npm run build` or `yarn build`.
7777
-->
78+
7879
<!--
79-
Google Tag (gtag.js)
80+
Google Tag (gtag.js) - initiatlised in index.tsx
8081
-->
81-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XEN77GP035"></script>
82+
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-XEN77GP035"></script>
8283
<script>
8384
window.dataLayer = window.dataLayer || [];
8485
function gtag(){dataLayer.push(arguments);}
8586
gtag('js', new Date());
8687
8788
gtag('config', 'G-XEN77GP035');
88-
</script>
89+
</script> -->
8990
</body>
9091
</html>

0 commit comments

Comments
 (0)