mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
New tailwind required changes
This commit is contained in:
@@ -185,9 +185,11 @@ const ProductView: FC<Props> = ({ product, relatedProducts }) => {
|
||||
>
|
||||
<ProductCard
|
||||
key={p.path}
|
||||
className={s.relatedProduct}
|
||||
variant="simple"
|
||||
className="animated fadeIn"
|
||||
product={p}
|
||||
noNameTag
|
||||
imgProps={{
|
||||
width: 275,
|
||||
height: 275,
|
||||
|
Reference in New Issue
Block a user