mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Delete useless "tendenza" filter
This commit is contained in:
@@ -54,7 +54,7 @@ const Navbar: FC<NavbarProps> = ({ links }) => {
|
||||
<UserNav />
|
||||
</div>
|
||||
</div>
|
||||
{process.env.COMMERCE_SEARCH_ENABLED && (
|
||||
{process.env.COMMERCE_SEARCH_ENABLED && pathname.includes("search") && (
|
||||
<div className="flex pb-4 lg:px-6 lg:hidden">
|
||||
<Searchbar id="mobile-search" />
|
||||
</div>
|
||||
|
@@ -19,7 +19,7 @@ export default function MenuSidebarView({
|
||||
<ul>
|
||||
<li className={s.item} onClick={() => closeSidebar()}>
|
||||
<Link href="/search">
|
||||
<a>{locale == 'it' ? 'Prodotti' : 'Products'}</a>
|
||||
<a>{locale == 'it' ? 'Vetrina' : 'Shop'}</a>
|
||||
</Link>
|
||||
</li>
|
||||
{links.map((l: any) => (
|
||||
|
Reference in New Issue
Block a user