diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-09-02 10:02:58 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-09-02 10:02:58 +0000 |
| commit | ce83c5b1d40b92e7312808d5caa515708f9117d5 (patch) | |
| tree | 92ec7f3eb9edfb544171bbcb6fd6ebda44791446 /src/lib | |
| parent | 1fed18374ebdc09417efee1d810e3bdd845a42a8 (diff) | |
| parent | 8d0e7bfbd4da7908ac5b0195185fbd574958a1cb (diff) | |
Merged in iman_new_mobile (pull request #287)
<iman> update mobile view
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/home/components/CategoryDynamicMobile.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/home/components/CategoryDynamicMobile.jsx b/src/lib/home/components/CategoryDynamicMobile.jsx index 4d2fa0ec..2877a5a7 100644 --- a/src/lib/home/components/CategoryDynamicMobile.jsx +++ b/src/lib/home/components/CategoryDynamicMobile.jsx @@ -63,7 +63,6 @@ const CategoryDynamicMobile = () => { /> <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> - <p className='text-gray_r-10 text-[10px]'>999 rb+ Produk</p> </div> </div> </div> |
