feat: add author credit to footer
This commit is contained in:
@@ -14,6 +14,7 @@ export function Footer() {
|
|||||||
<div className="flex items-center gap-1.5 text-sm text-neutral-500">
|
<div className="flex items-center gap-1.5 text-sm text-neutral-500">
|
||||||
<span>Made with</span>
|
<span>Made with</span>
|
||||||
<Heart size={14} className="fill-gold text-gold" />
|
<Heart size={14} className="fill-gold text-gold" />
|
||||||
|
<span>by Diana Dolgolyova</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user