diff --git a/src/components/Layout/Footer.tsx b/src/components/Layout/Footer.tsx index 81a06f5..c48a2e5 100644 --- a/src/components/Layout/Footer.tsx +++ b/src/components/Layout/Footer.tsx @@ -11,11 +11,11 @@ export function Footer() {
Политика конфиденциальности graff.tech -

+

© 2024 GRAFF interactive. Все права защищены

@@ -25,7 +25,7 @@ export function Footer() { -
+
RU
@@ -34,7 +34,7 @@ export function Footer() { -
+
UAE
@@ -57,7 +57,7 @@ function Contact({ href={ type === 'email' ? `mailto:${text}` : `tel:${text.replace(' ', '')}` } - className={'text-[#ffffff] l-text ' + className} + className={' l-text ' + className} > {text} diff --git a/src/components/Layout/Header.tsx b/src/components/Layout/Header.tsx index eb6c1df..bdc3ad3 100644 --- a/src/components/Layout/Header.tsx +++ b/src/components/Layout/Header.tsx @@ -98,7 +98,7 @@ function BurgerAnchor({ return ( {children} @@ -112,7 +112,7 @@ function ChooseLang({ lang }: { lang: 'RU' | 'EN' }) {