mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🐛 bug: dot
:%s
This commit is contained in:
@@ -86,7 +86,7 @@ const dataTest = [{
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<ProductCaroucel data={dataTest} itemKey="product-1" />
|
||||
<ProductCaroucel data={dataTest} itemKey="product-1" isDot={true}/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user