Skip to content

Commit 227a15b

Browse files
committed
Add Hotjar tracking script to index.html
1 parent f55391c commit 227a15b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<link href="/dist/styles.css" rel="stylesheet">
88
<title>Web3 Messaging Usecase Demo</title>
9+
<script>
10+
(function (h, o, t, j, a, r) {
11+
h.hj =
12+
h.hj ||
13+
function () {
14+
(h.hj.q = h.hj.q || []).push(arguments);
15+
};
16+
h._hjSettings = { hjid: 3518387, hjsv: 6 };
17+
a = o.getElementsByTagName('head')[0];
18+
r = o.createElement('script');
19+
r.async = 1;
20+
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
21+
a.appendChild(r);
22+
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
23+
</script>
924
</head>
1025
<body>
1126
<div id="root"></div>

0 commit comments

Comments
 (0)