summaryrefslogtreecommitdiff
path: root/src/pages/index.js
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-01 15:27:03 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-01 15:27:03 +0700
commitb92a15480cb2679316c7a109dbf3b22d12feaafc (patch)
treed8f879174e64bd76e657fe719fd359fce5c2731b /src/pages/index.js
parent39b17194cfda734ca178449ddc03b0daa4175f39 (diff)
no message
Diffstat (limited to 'src/pages/index.js')
-rw-r--r--src/pages/index.js2
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,