summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-22 03:44:31 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-22 03:44:31 +0000
commit24cc59486efbe9caebfb10228283ee515afb5934 (patch)
treece1c32535e9673458f163ebbafee6e007ef54f0d /src/lib
parent15826494350ee3e300d18204b2922812db7bf3c0 (diff)
parent152eee248c4a793250526954e62a9e82258d615a (diff)
Merged in Feature/category-management (pull request #253)
<iman> update image margin
Diffstat (limited to 'src/lib')
-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}
/>