summaryrefslogtreecommitdiff
path: root/src/lib/home/components/CategoryDynamicMobile.jsx
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-09-02 03:57:18 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-09-02 03:57:18 +0000
commit03dcad3385687d6c6047e76bc2699dd6c021c206 (patch)
treecbaa0b09cd7339bd48a797861d507e878bb20b81 /src/lib/home/components/CategoryDynamicMobile.jsx
parentc6e970598c6c23f0606d1bc19036f0decd57cc05 (diff)
parent28691cd9eed9ea4480d978ae83a8a9424caf8ef4 (diff)
Merged in update/category-management (pull request #282)
Update/category management
Diffstat (limited to 'src/lib/home/components/CategoryDynamicMobile.jsx')
-rw-r--r--src/lib/home/components/CategoryDynamicMobile.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/home/components/CategoryDynamicMobile.jsx b/src/lib/home/components/CategoryDynamicMobile.jsx
index c1433a2d..4d2fa0ec 100644
--- a/src/lib/home/components/CategoryDynamicMobile.jsx
+++ b/src/lib/home/components/CategoryDynamicMobile.jsx
@@ -59,7 +59,7 @@ const CategoryDynamicMobile = () => {
alt={index.name}
width={30}
height={30}
- className='object-'
+ className=''
/>
<div className='bagian-judul flex flex-col justify-center items-start gap-1 ml-2'>
<div className='font-semibold text-[10px] line-clamp-1'>{index.name}</div>
@@ -82,6 +82,7 @@ const CategoryDynamicMobile = () => {
alt={x.name}
width={40}
height={40}
+ className='p-2'
/>
<div className='bagian-judul flex flex-col justify-center items-start gap-1 break-words line-clamp-2 group-hover:text-red-500'>
<div className='font-semibold line-clamp-2 group-hover:text-red-500 text-[10px]'>{x.name}</div>