Skip to content

Commit 5dd9e36

Browse files
authored
Merge pull request #1456 from o1-labs/dw/remove-gtag
frontend: remove gtag as unused now
2 parents 3f580fb + 096e307 commit 5dd9e36

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

frontend/src/index.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@
2525

2626
loadEnvironment();
2727
</script>
28-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FY2FWHFD8F"></script>
29-
<script defer>
30-
if (typeof window !== 'undefined') {
31-
if (window.env?.production && location.href.includes('openmina.com')) {
32-
window.dataLayer = window.dataLayer || [];
33-
34-
function gtag() {
35-
dataLayer.push(arguments);
36-
}
37-
38-
gtag('js', new Date());
39-
40-
gtag('config', 'G-FY2FWHFD8F');
41-
}
42-
}
43-
</script>
4428

4529
<meta charset="utf-8">
4630
<title>Open Mina</title>

0 commit comments

Comments
 (0)