mirror of
https://github.com/vercel/commerce.git
synced 2025-05-07 18:27:52 +00:00
Test commit
This commit is contained in:
parent
5b70817059
commit
6f1fd2727d
@ -8,6 +8,7 @@ export async function Carousel() {
|
|||||||
|
|
||||||
if (!products?.length) return null;
|
if (!products?.length) return null;
|
||||||
|
|
||||||
|
// test
|
||||||
// Purposefully duplicating products to make the carousel loop and not run out of products on wide screens.
|
// Purposefully duplicating products to make the carousel loop and not run out of products on wide screens.
|
||||||
const carouselProducts = [...products, ...products, ...products];
|
const carouselProducts = [...products, ...products, ...products];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user