Merge branch 'master' into jb/product-improvements

This commit is contained in:
Julián Benegas
2020-10-22 19:17:51 -03:00
54 changed files with 576 additions and 295 deletions

View File

@@ -70,7 +70,7 @@ export default function Home({
))}
</Grid>
<Marquee variant="secondary">
{bestSelling.slice(0, 3).map(({ node }) => (
{bestSelling.slice(3, 6).map(({ node }) => (
<ProductCard key={node.path} product={node} variant="slim" />
))}
</Marquee>