chore (website): remove kofi

This commit is contained in:
unknown
2023-01-09 14:10:34 +00:00
parent 695fbce58e
commit cfc1f30e9b
-10
View File
@@ -18,15 +18,5 @@
<a class="hover:ring hover:ring-accent cursor-pointer w-3/12 my-2 text-center p-2 mx-auto bg-bg rounded hover:ring hover:ring-accent focus:ring focus:ring-accent ring ring-gray-600" href="/">Return Home</a>
</div>
<!-- Kofi widget -->
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script defer>
kofiWidgetOverlay.draw('wclarkedev', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support Us',
'floating-chat.donateButton.background-color': '#80C1F5',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>