Merge branch 'master' into arzafran/responsive-bottom-grid

This commit is contained in:
Franco Arza
2020-10-26 19:22:02 -03:00
34 changed files with 374 additions and 108 deletions

View File

@@ -0,0 +1,3 @@
import wishlistApi from '@lib/bigcommerce/api/wishlist'
export default wishlistApi()

View File

@@ -80,8 +80,8 @@ export default function Home({
key={node.path}
product={node}
// The first image is the largest one in the grid
imgWidth={i === 0 ? 1600 : 820}
imgHeight={i === 0 ? 1600 : 820}
imgWidth={i === 0 ? '65vw' : '30vw'}
imgHeight={i === 0 ? '45vw' : '22vw'}
priority
/>
))}