frontend: Add donate link

This commit is contained in:
TheOnlyWayUp
2024-12-07 10:28:40 +00:00
parent dd38369832
commit fb42905b33
+4 -4
View File
@@ -16,17 +16,17 @@
class="footer footer-center p-4 bg-base-300 text-base-content bottom-0 fixed"
>
<aside>
<div class="grid grid-cols-3 max-w-lg w-full">
<div class="flex flex-row max-w-lg w-full">
<a
href="https://patreon.com/theonlywayup"
href="/donate"
target="_blank"
class="link"
data-umami-event="Footer Donate">Patreon</a
data-umami-event="Footer Donate">Buy me a Coffee!</a
>
<a
href="https://rambhat.la"
target="_blank"
class="link"
class="link flex-1"
data-umami-event="Footer AboutMe">About Me</a
>
<a