Skip to content

Commit

Permalink
refactor: update SponsorButton styling to use CSS classes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 8, 2024
1 parent cb77a8b commit b0d256d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/components/SponsorButton.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p>If you enjoy my work and find them useful, consider sponsor me to help Open Source sustainable. Thank you!</p>

<p flex="~ gap-2 wrap">
<p class="flex gap-2 flex-wrap">
<a href="https://github.com/sponsors/adrian-ub" target="_blank" class="group inline-block btn-rose">
<span i-ph-heart-duotone group-hover="i-ph-heart-fill text-rose" transition-all duration-200 ease-out></span>
Sponsor to support Adrián
Expand Down

0 comments on commit b0d256d

Please sign in to comment.