frontend: Add donate link

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