Skip to content

Commit

Permalink
Remove crisp
Browse files Browse the repository at this point in the history
  • Loading branch information
mmailaender committed Dec 17, 2024
1 parent ee08bcb commit 3553583
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions sites/next.skeleton.dev/src/pages/figma/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,7 @@ import { SwatchBook } from 'lucide-react';
const layoutProps = {};
---

<script type="text/javascript">
window.$crisp = [];
window.CRISP_WEBSITE_ID = "40195e56-44c8-4873-a738-38d0dd6bcd3a";
(function () {
d = document;
s = d.createElement("script");
s.src = "https://client.crisp.chat/l.js";
s.async = 1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
</script>

---

<LayoutRoot {...layoutProps}>
<!-- Header -->
Expand Down

0 comments on commit 3553583

Please sign in to comment.