fix(front) Добавлен бургер меню , изменена верстка
This commit is contained in:
@@ -7,7 +7,7 @@ export default function HeaderDesktop() {
|
||||
return (
|
||||
<header className="w-full h-27.5 px-16 flex items-center justify-between ">
|
||||
<button
|
||||
className="flex flex-col items-center gap-2 text-lg tracking-widest text-gold"
|
||||
className="flex flex-col items-center text-lg tracking-widest text-gold"
|
||||
onClick={() => navigate("/")}
|
||||
>
|
||||
<img src={siteLogo} alt="Лого" className="w-12 h-12 object-contain" />
|
||||
|
||||
Reference in New Issue
Block a user