summaryrefslogtreecommitdiff
path: root/src/lib/home/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-21 11:44:08 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-21 11:44:08 +0700
commit152eee248c4a793250526954e62a9e82258d615a (patch)
tree491dfa30c17f91f48957613fd3270d2935ccfa3d /src/lib/home/components
parent560493ddac8d1ec013bec55fc3a4eb06ba0e0138 (diff)
<iman> update image margin
Diffstat (limited to 'src/lib/home/components')
-rw-r--r--src/lib/home/components/CategoryDynamic.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/home/components/CategoryDynamic.jsx b/src/lib/home/components/CategoryDynamic.jsx
index 0cc43d91..b7798a24 100644
--- a/src/lib/home/components/CategoryDynamic.jsx
+++ b/src/lib/home/components/CategoryDynamic.jsx
@@ -82,6 +82,7 @@ const CategoryDynamic = () => {
<NextImage
src={childCategory.image ? childCategory.image : "/images/noimage.jpeg"}
alt={childCategory.name}
+ className='p-2 ml-1'
width={40}
height={40}
/>