summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-29 16:08:55 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-29 16:08:55 +0700
commit35c3eaad59dac0f0837dc43d5d4355c7e77803e5 (patch)
treea6d5ed4a1a33b0c24ff51b711e8c3301a6a322f8 /src/lib
parent266d123ea9a2516913aa6f72d8c5855aea99652c (diff)
<iman> update mobile view
Diffstat (limited to 'src/lib')
-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>