Skip to content

Commit

Permalink
✨ Add GitHub sponsor link
Browse files Browse the repository at this point in the history
  • Loading branch information
homostellaris committed Apr 23, 2024
1 parent a893fd3 commit 8e25427
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions src/routes/[socialId=socialId]/decision/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script>
import {Button} from 'spaper'
import cookie from 'cookie'
import Retreat from '$lib/Back.svelte'
import {onMount} from 'svelte'
Expand Down Expand Up @@ -29,12 +30,18 @@
</svelte:head>

<h1>Your social is on {friendlyDecision}</h1>
<p>
Have fun 🎉 and if you found this app helpful then please share it with others
or <a
href="https://www.producthunt.com/products/schedule-your-social/reviews/new"
>leave us a review</a
> 🙏
</p>

<Retreat back="everyone" />
<p>Have fun 🎉</p>
<div style:display="flex" style:gap="0.5rem">
<Retreat back="everyone" />
<Button href="https://github.com/sponsors/homostellaris" isLink external
>Buy me a beer 🍻*</Button
>
</div>
<p style:font-size="0.8rem">*Beer helps support development</p>
<!-- <iframe
src="https://github.com/sponsors/homostellaris/button"
title="Sponsor homostellaris"
height="32"
width="114"
style="border: 0; border-radius: 6px;"
></iframe> -->

0 comments on commit 8e25427

Please sign in to comment.