mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Merge pull request #14 from okbel/arzfran/improve-imgs
Improve Image styles
This commit is contained in:
@@ -70,7 +70,7 @@ const ProductCard: FC<Props> = ({
|
||||
variant={p.variants.edges?.[0]!}
|
||||
/>
|
||||
</div>
|
||||
<div className={cn(s.imageContainer)}>
|
||||
<div className={s.imageContainer}>
|
||||
<EnhancedImage
|
||||
alt={p.name}
|
||||
className={cn('w-full object-cover', s['product-image'])}
|
||||
|
Reference in New Issue
Block a user