Skip to content

Commit

Permalink
Merge pull request #945 from oraichain/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Nov 25, 2023
2 parents a4b0565 + 8967a76 commit 3c8040e
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,29 @@
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5VWD0SDXJE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag('config', 'G-5VWD0SDXJE');
gtag("config", "G-5VWD0SDXJE");
</script>


<script type="text/javascript">
(function(c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function() {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "jverig4mv8");
</script>

<script src="/vendor/vendor.bundle.js"></script>
<style>
/*
Expand Down

0 comments on commit 3c8040e

Please sign in to comment.