fix(front) добавлена страница контаксты
This commit is contained in:
@@ -51,7 +51,7 @@ export default function BurgerMenu({ isOpen, onClose }) {
|
||||
</svg>
|
||||
<button
|
||||
className="hover:text-gold duration-200 transition uppercase"
|
||||
onClick={() => navigate("/about")}
|
||||
onClick={() => navigate("/contact")}
|
||||
>
|
||||
контакты
|
||||
</button>
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function FooterDesktop() {
|
||||
<div className="flex items-center gap-8 text-lg uppercase tracking-wider text-light-gray">
|
||||
<button
|
||||
className="hover:text-gold duration-200 transition uppercase"
|
||||
onClick={() => navigate("/")}
|
||||
onClick={() => navigate("/about")}
|
||||
>
|
||||
fish fish
|
||||
</button>
|
||||
@@ -47,7 +47,7 @@ export default function FooterDesktop() {
|
||||
</svg>
|
||||
<button
|
||||
className="hover:text-gold duration-200 transition uppercase"
|
||||
onClick={() => navigate("/about")}
|
||||
onClick={() => navigate("/contact")}
|
||||
>
|
||||
контакты
|
||||
</button>
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function HeaderDesktop() {
|
||||
</svg>
|
||||
<button
|
||||
className="hover:text-gold duration-200 transition uppercase"
|
||||
onClick={() => navigate("/about")}
|
||||
onClick={() => navigate("/contact")}
|
||||
>
|
||||
контакты
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user