chore: update Footer.tsx

This commit is contained in:
UltraLionFr
2025-08-20 23:28:07 +02:00
parent 6e3ada0f27
commit 2bd0dff70a
+1 -1
View File
@@ -6,7 +6,7 @@ export default function Footer() {
return ( return (
<footer className="fixed bottom-4 left-1/2 -translate-x-1/2 text-xs text-neutral-400 flex items-center gap-1"> <footer className="fixed bottom-4 left-1/2 -translate-x-1/2 text-xs text-neutral-400 flex items-center gap-1">
<span>Made with</span> <span>Made with</span>
<FaHeart className="text-red-500 animate-pulse" /> <FaHeart className="text-red-500" />
<span>by</span> <span>by</span>
<a <a
href="https://ultralion.xyz" href="https://ultralion.xyz"