mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
More design updates
This commit is contained in:
@@ -180,7 +180,10 @@ const ProductView: FC<Props> = ({ product, relatedProducts }) => {
|
||||
<Text variant="sectionHeading">Related Products</Text>
|
||||
<div className="grid grid-cols-4 py-3 gap-10">
|
||||
{relatedProducts.map((p) => (
|
||||
<div className="animated fadeIn bg-accent-0 border border-accent-2">
|
||||
<div
|
||||
className="animated fadeIn bg-accent-0 border border-accent-2"
|
||||
key={p.path}
|
||||
>
|
||||
<ProductCard
|
||||
variant="simple"
|
||||
key={p.path}
|
||||
|
Reference in New Issue
Block a user