feat: add heart emoji and bold to 'Made with' text in footer

This commit is contained in:
Unchained
2026-03-24 12:23:13 +02:00
parent 8a76342b07
commit ab5b5d9848

View File

@@ -141,7 +141,7 @@ export default function Footer({ locale = "sr" }: FooterProps) {
</p>
<p className="text-xs text-[#999999]">
{t("madeWith")}{" "}
<strong>{t("madeWith")} by{" "}
<a
href="https://nodecrew.me"
target="_blank"
@@ -149,7 +149,7 @@ export default function Footer({ locale = "sr" }: FooterProps) {
className="text-[#c9a962] hover:text-[#b8944f] transition-colors"
>
Nodecrew
</a>
</a></strong>
</p>
<div className="flex items-center gap-3">