Skip to content

Commit

Permalink
docs: remove usersnap (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin authored May 1, 2024
1 parent 862380b commit 9c0656a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/_includes/component/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,3 @@
</nav>
</div>
</header>

<script type="module">
window.onUsersnapCXLoad = function(api) {
api.init();
}
var script = document.createElement('script');
script.async = 1;
script.src = 'https://widget.usersnap.com/load/64471a95-72fe-4239-b16d-ebcf8b1219f7?onload=onUsersnapCXLoad';
document.head.appendChild(script);
</script>

0 comments on commit 9c0656a

Please sign in to comment.