swapping max to minVarPrice

This commit is contained in:
Samantha Kellow 2023-11-24 12:05:00 +00:00
parent 09e1cf2ef2
commit 8daeb7848c

View File

@ -13,8 +13,8 @@ export default function ProductGridItems({ products }: { products: Product[] })
alt={product.title} alt={product.title}
label={{ label={{
title: product.title, title: product.title,
amount: product.priceRange.maxVariantPrice.amount, amount: product.priceRange.minVariantPrice.amount,
currencyCode: product.priceRange.maxVariantPrice.currencyCode currencyCode: product.priceRange.minVariantPrice.currencyCode
}} }}
src={product.featuredImage?.url} src={product.featuredImage?.url}
width={600} width={600}