убрать складские запасы
This commit is contained in:
parent
bf4b0a9d1a
commit
bbb687da72
@ -64,11 +64,11 @@ function Header() {
|
|||||||
return (
|
return (
|
||||||
<header className="bg-white text-primary-foreground">
|
<header className="bg-white text-primary-foreground">
|
||||||
<div className="container text-2xl mx-auto px-4 py-10">
|
<div className="container text-2xl mx-auto px-4 py-10">
|
||||||
<div className="flex justify-between items-center">
|
<div className="flex justify-center items-center">
|
||||||
<Link to="/" className="flex items-center space-x-2 hover:text-primary-foreground/80 transition-colors">
|
<Link to="/" className="flex items-center space-x-2 hover:text-primary-foreground/80 transition-colors">
|
||||||
<img src={logo} alt="Anthill Logo" className="h-10 w-auto" />
|
<img src={logo} alt="Anthill Logo" className="h-10 w-auto" />
|
||||||
</Link>
|
</Link>
|
||||||
<nav>
|
{/* <nav>
|
||||||
<ul className="flex space-x-0">
|
<ul className="flex space-x-0">
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
@ -80,7 +80,7 @@ function Header() {
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user