mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Change about text content and remove regions from navbar
This commit is contained in:
@@ -49,7 +49,7 @@ const Navbar: FC<NavbarProps> = ({ links }) => {
|
||||
</Link>
|
||||
{links?.map((l) => (
|
||||
<Link href={l.href} key={l.href}>
|
||||
{l.label === 'Regions' || l.label === 'Regioni' ? (
|
||||
{l.label === 'Categories' || l.label === 'Categorie' ? (
|
||||
<a onClick={onOpenDrawer} className={s.link}>
|
||||
{l.label}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user