Skip to content

Commit

Permalink
fix: ko-fi banner update
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Mar 13, 2024
1 parent 7a00084 commit 6a35e79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/routes/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ layout: mainLayout
</script>

<Banner id="default-banner" dismissable={false} classDiv='p-2'>
<p class="flex items-center gap-4 text-sm font-normal text-gray-500 dark:text-gray-400">
To Keep It Going, Please Show Your Love. ❤️<a href='https://ko-fi.com/Z8Z2CHALG' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
<p class="flex items-center gap-4 text-lg font-normal text-gray-900 dark:text-gray-100">
To Keep It Going, Please Show Your Love.<a href='https://ko-fi.com/Z8Z2CHALG' target='_blank'><img height='42' style='border:0px;height:42px;' src='https://storage.ko-fi.com/cdn/kofi3.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
</p>
</Banner>

# Svelte Feathers

<div class="flex gap-2 my-8">
Expand Down

0 comments on commit 6a35e79

Please sign in to comment.