mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Delete useless "tendenza" filter
This commit is contained in:
@@ -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