feat: add 'Made with ❤️ by Nodecrew' to footer with translations
This commit is contained in:
@@ -140,6 +140,18 @@ export default function Footer({ locale = "sr" }: FooterProps) {
|
||||
© {currentYear} ManoonOils. {t("allRights")}
|
||||
</p>
|
||||
|
||||
<p className="text-xs text-[#999999]">
|
||||
{t("madeWith")}{" "}
|
||||
<a
|
||||
href="https://nodecrew.me"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-[#c9a962] hover:text-[#b8944f] transition-colors"
|
||||
>
|
||||
Nodecrew
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<div className="flex items-center gap-3">
|
||||
<span className="text-xs text-[#999999]">{t("weAccept")}</span>
|
||||
<div className="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user