frontend: Add donate link
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user