diff --git a/app/components/hydrogen/ProductCard.jsx b/app/components/hydrogen/ProductCard.jsx index f3c9a48..16a505e 100644 --- a/app/components/hydrogen/ProductCard.jsx +++ b/app/components/hydrogen/ProductCard.jsx @@ -10,6 +10,7 @@ import Link from '@h2/Link' export function ProductCard({ product, className, + style, loading, onClick, quickAdd, @@ -56,6 +57,7 @@ export function ProductCard({ 'flex w-full flex-col gap-2', className, )} + style={style} > - - + )