mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Add transitions gif for 12,11,10
This commit is contained in:
@@ -44,7 +44,7 @@ const Navbar: FC<NavbarProps> = ({ links }) => {
|
||||
<nav className={s.navMenu}>
|
||||
<Link href="/search">
|
||||
<a className={s.link}>
|
||||
{locale === 'it' ? 'Prodotti' : 'All'}
|
||||
{locale === 'it' ? 'Prodotti' : 'Products'}
|
||||
</a>
|
||||
</Link>
|
||||
{links?.map((l) => (
|
||||
|
Reference in New Issue
Block a user