Skip to content

Commit

Permalink
Merge branch 'master' into web3Integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Nov 2, 2023
2 parents b8681b1 + 93b1f46 commit 3108d27
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions packages/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,27 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>GoodCollective</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800&display=swap" rel="stylesheet">

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

gtag('config', 'G-NNPTP7GK17');
</script>
<title>GoodCollective</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="./web/main.tsx"></script>
<div id="root"></div>
<script type="module" src="./web/main.tsx"></script>
</body>
<style>
/* These styles make the body full-height */
Expand Down

0 comments on commit 3108d27

Please sign in to comment.