mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
new assets
This commit is contained in:
@@ -41,7 +41,7 @@ const ProductCard: FC<Props> = ({ className, node: p, variant }) => {
|
||||
<div className="absolute z-10 inset-0 flex items-center justify-center">
|
||||
<img
|
||||
className="w-full object-cover"
|
||||
src={p.images.edges[0].node.urlSmall}
|
||||
src={p.images.edges[0].node.urlXL}
|
||||
/>
|
||||
</div>
|
||||
<div className={s.squareBg} />
|
||||
|
Reference in New Issue
Block a user