update footer

This commit is contained in:
Hri7566 2023-09-01 03:44:42 -04:00
parent 44947c75ba
commit 1b7aae090d
2 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,14 @@ const currentYear = new Date().getUTCFullYear();
<footer class="fixed bottom-0 z-20 w-full backdrop-blur-sm"> <footer class="fixed bottom-0 z-20 w-full backdrop-blur-sm">
<div <div
class="p-4 text-lg text-gray-50 mx-auto w-full max-w-screen-xl border-t border-[#ffffff10] shadow-lg" class="p-4 pb-12 text-lg text-gray-50 mx-auto w-full max-w-screen-xl border-t border-[#ffffff10] shadow-lg"
> >
<p class="float-left">
&copy; Hri7566 {currentYear} All rights reserved &copy; Hri7566 {currentYear} All rights reserved
</p>
<a
class="float-right text-sky-500 hover:text-sky-400 hover:underline transition-colors"
href="https://www.buymeacoffee.com/hri7566">☕ Buy me a coffee!</a
>
</div> </div>
</footer> </footer>