diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-01 15:27:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-01 15:27:03 +0700 |
| commit | b92a15480cb2679316c7a109dbf3b22d12feaafc (patch) | |
| tree | d8f879174e64bd76e657fe719fd359fce5c2731b /src/pages | |
| parent | 39b17194cfda734ca178449ddc03b0daa4175f39 (diff) | |
no message
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index 5bab4ffe..0f24ebea 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -105,7 +105,7 @@ export default function Home({ heroBanners }) { </div> { categoryProducts?.map((categoryProduct, index) => ( - <div className="my-6 p-4 relative" key={index}> + <div className="my-6 px-4 relative" key={index}> <ProductSlider products={categoryProduct ? { products: categoryProduct.products, |
