Skip to content

Commit

Permalink
Merge pull request #336 from aura-nw/hotfix/fix-gtm
Browse files Browse the repository at this point in the history
Hotfix/fix gtm
  • Loading branch information
harisato authored Nov 14, 2023
2 parents 35be3ff + 4b08bb6 commit 5254a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-K3NWXQS');</script>
})(window, document, 'script', 'dataLayer', 'GTM-KH82ML5N');</script>
<!-- End Google Tag Manager -->
<title>Pyxis Safe</title>
</head>
Expand Down Expand Up @@ -62,7 +62,7 @@

<body style="background-color: rgba(18,18,18,1);">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K3NWXQS" height="0" width="0"
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KH82ML5N" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<img id="safe-preloader-animation" src="./resources/Logo.svg" />
Expand Down

0 comments on commit 5254a63

Please sign in to comment.