text updated
This commit is contained in:
@@ -69,7 +69,7 @@ export function Navbar() {
|
||||
href={`/${locale}/faq`}
|
||||
className="font-unbounded uppercase text-white text-sm h-full flex items-center font-semibold hover:cursor-pointer hover:text-red-500 transition"
|
||||
>
|
||||
{t("navbar.faq")}
|
||||
{locale === "ru" ? "ФАК" : "FAQ"}
|
||||
</Link>
|
||||
<Link
|
||||
href={`/${locale}/services`}
|
||||
@@ -187,7 +187,7 @@ export function Navbar() {
|
||||
className="font-unbounded uppercase text-white text-base font-semibold hover:text-red-500 transition py-2"
|
||||
onClick={() => setIsMobileMenuOpen(false)}
|
||||
>
|
||||
{t("navbar.faq")}
|
||||
{locale === "ru" ? "ФАК" : "FAQ"}
|
||||
</Link>
|
||||
<Link
|
||||
href={`/${locale}/services`}
|
||||
|
||||
Reference in New Issue
Block a user