Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
guidezpl committed Feb 21, 2023
1 parent 13b7bc1 commit e13f7db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@

<script src="flutter.js" defer></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V5HG5ZQTYX"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HBB5H8CECM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-V5HG5ZQTYX');
gtag('config', 'G-HBB5H8CECM');
</script>
</head>

Expand Down Expand Up @@ -267,4 +267,4 @@
<!-- App -->
</body>

</html>
</html>

0 comments on commit e13f7db

Please sign in to comment.