feat: add heart emoji and bold to 'Made with' text in footer
This commit is contained in:
@@ -141,7 +141,7 @@ export default function Footer({ locale = "sr" }: FooterProps) {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p className="text-xs text-[#999999]">
|
<p className="text-xs text-[#999999]">
|
||||||
{t("madeWith")}{" "}
|
<strong>{t("madeWith")} ❤️ by{" "}
|
||||||
<a
|
<a
|
||||||
href="https://nodecrew.me"
|
href="https://nodecrew.me"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
@@ -149,7 +149,7 @@ export default function Footer({ locale = "sr" }: FooterProps) {
|
|||||||
className="text-[#c9a962] hover:text-[#b8944f] transition-colors"
|
className="text-[#c9a962] hover:text-[#b8944f] transition-colors"
|
||||||
>
|
>
|
||||||
Nodecrew
|
Nodecrew
|
||||||
</a>
|
</a></strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="flex items-center gap-3">
|
<div className="flex items-center gap-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user