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