fix(front) добавлена страница контаксты

This commit is contained in:
2026-06-15 15:01:13 +03:00
parent a48b417257
commit 15efab81a4
5 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -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>