Skip to content

Commit

Permalink
Fix clarity import script
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Dec 12, 2023
1 parent bdd190a commit abc55c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
crossorigin="anonymous"
></script>
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
(function (c, l, a, r, i) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
const t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
const y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "i1vb08zics");
</script>
Expand Down

0 comments on commit abc55c8

Please sign in to comment.