feat: add author credit to footer

This commit is contained in:
2026-04-05 19:28:27 +03:00
parent 16ac56f62e
commit bbe485d8fc
+1
View File
@@ -14,6 +14,7 @@ export function Footer() {
<div className="flex items-center gap-1.5 text-sm text-neutral-500">
<span>Made with</span>
<Heart size={14} className="fill-gold text-gold" />
<span>by Diana Dolgolyova</span>
</div>
</div>
</footer>