From 25a4ee6dc09c10c6095531a0fedd4d63928a6aac Mon Sep 17 00:00:00 2001 From: andr-ew Date: Wed, 12 Jul 2023 22:47:11 -0500 Subject: [PATCH] home: style products grid layout --- components/home/index.js | 10 +--------- components/home/styles.module.scss | 7 +++++++ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/components/home/index.js b/components/home/index.js index f14ab9988..5384cbab2 100644 --- a/components/home/index.js +++ b/components/home/index.js @@ -37,20 +37,12 @@ export async function HomeProductsList({ collection }) { collection, }); - // console.log({ collection, products }); - // const num = 4; - // console.log({ - // price: products[num].priceRange, - // compareAt: products[num].compareAtPriceRange, - // title: products[num].title, - // }); - return ( <> {products.length === 0 ? (

{`No products found`}

) : ( -