mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
More design updates
This commit is contained in:
parent
a6749a65b5
commit
94894c4a69
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user