Modal Dark Mode

This commit is contained in:
Belen Curcio
2020-10-22 18:24:04 -03:00
parent 98a1b7e8f0
commit c27c55ea46
3 changed files with 6 additions and 6 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>