mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Change url to products/
This commit is contained in:
@@ -84,7 +84,7 @@ const CartItem = ({
|
||||
>
|
||||
<div className="flex flex-row space-x-4 py-4">
|
||||
<div className="w-16 h-16 bg-violet relative overflow-hidden cursor-pointer z-0">
|
||||
<Link href={`/product/${item.path}`}>
|
||||
<Link href={`/products/${item.path}`}>
|
||||
<Image
|
||||
onClick={() => closeSidebarIfPresent()}
|
||||
className={s.productImage}
|
||||
@@ -97,7 +97,7 @@ const CartItem = ({
|
||||
</Link>
|
||||
</div>
|
||||
<div className="flex-1 flex flex-col text-base">
|
||||
<Link href={`/product/${item.path}`}>
|
||||
<Link href={`/products/${item.path}`}>
|
||||
<span
|
||||
className={s.productName}
|
||||
onClick={() => closeSidebarIfPresent()}
|
||||
|
Reference in New Issue
Block a user