diff --git a/components/grid/three-items.tsx b/components/grid/three-items.tsx index 3afc98707..29bc3b273 100644 --- a/components/grid/three-items.tsx +++ b/components/grid/three-items.tsx @@ -38,7 +38,7 @@ export async function ThreeItemGrid() { const [firstProduct, secondProduct, thirdProduct] = homepageItems; return ( -
+
diff --git a/components/product/variant-selector.tsx b/components/product/variant-selector.tsx index 3b2e8ac36..188a5b406 100644 --- a/components/product/variant-selector.tsx +++ b/components/product/variant-selector.tsx @@ -107,10 +107,14 @@ export function VariantSelector({ )?.availableForSale; const DynamicTag = isAvailableForSale ? Link : 'p'; + const dynamicProps = { + ...(isAvailableForSale && { scroll: false }) + }; return ( {value}