frontend: Add donate link

This commit is contained in:
TheOnlyWayUp
2024-12-07 10:29:47 +00:00
parent 4c43d01f64
commit af026f1263
+14 -7
View File
@@ -252,13 +252,20 @@
>, where we release features early and discuss updates. >, where we release features early and discuss updates.
</p> </p>
</div> </div>
<button <div class="grid justify-center grid-rows-2 gap-y-10">
on:click={() => { <a
after_download_page = false; href="/donate"
input_url = ""; class="btn bg-cyan-200 btn-lg mt-10 hover:bg-green-200"
}} >Buy me a Coffee! 🍵</a
class="btn btn-outline btn-lg mt-10">Download More</button >
> <button
on:click={() => {
after_download_page = false;
input_url = "";
}}
class="btn btn-outline btn-lg">Download More</button
>
</div>
</div> </div>
{/if} {/if}
</div> </div>