chchchchch changez

This commit is contained in:
Laker Turner 2025-03-30 21:12:05 +01:00
parent 2232741e04
commit f0b541cfdc
No known key found for this signature in database
24 changed files with 175 additions and 129 deletions

View file

@ -1,5 +1,5 @@
---
import { isBirthday } from "~/lib/fun";
---
<footer class="mt-12 text-sm text-light-tx-2 dark:text-dark-tx-2">
@ -10,5 +10,12 @@
ivyturner/trellis
</a>
</p>
<p>love yourself.</p>
<p>love yourself.
{isBirthday() && (
<span class="text-light-accent dark:text-dark-accent">
{" "}
happy birthday!
</span>
)}
</p>
</footer>