blob: 64b3b0d9281ad3e7cc08c81db901ce9c72048e59 [file] [log] [blame]
---
const today = new Date();
---
<footer class="text-text bg-mantle flex justify-center py-4 h-full">
&copy; {today.getFullYear()} Samuel Shuert. All rights reserved.
</footer>