Skip to content

Commit

Permalink
Update google tag script (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest authored Nov 1, 2024
1 parent a122e95 commit c87716b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159909608-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SQ1TM9SRWC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159909608-1');

gtag('config', 'G-SQ1TM9SRWC');
</script>
<title>Darwinia - Powering Your DApp's Cross-Chain Capabilities</title>
<meta name="keywords" content="Darwinia Smart Contract Cross-chain Message Blockchain EVM Ethereum Substrate Polkadot" />
Expand All @@ -42,11 +43,11 @@
<meta property="fc:frame:button:4" content="Awesome 🤩" />

<!-- favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon-192x192.png">
<link rel="apple-touch-icon" type="image/png" sizes="167x167" href="favicon-167x167.png">
<link rel="apple-touch-icon" type="image/png" sizes="167x167" href="favicon-167x167.png">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="favicon-180x180.png">

</head>
Expand Down

0 comments on commit c87716b

Please sign in to comment.