diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-30 14:25:53 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-30 14:25:53 +0700 |
| commit | d14f51d91cfb8851ae2c335628737d2f516dbf6a (patch) | |
| tree | 672b80c2739fe02bb4dcb8a93dea2d32d6c1dba0 /src | |
| parent | a3875b3e803d7075fa8788286fb478bb0c825d26 (diff) | |
<iman> update category management
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/home/components/CategoryPilihan.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/home/components/CategoryPilihan.jsx b/src/lib/home/components/CategoryPilihan.jsx index 72e6f6a8..6568621c 100644 --- a/src/lib/home/components/CategoryPilihan.jsx +++ b/src/lib/home/components/CategoryPilihan.jsx @@ -88,7 +88,7 @@ const CategoryPilihan = ({ id, categories }) => { <Swiper slidesPerView={2.1} spaceBetween={10}> {categoryPilihan?.data?.map((category) => ( <SwiperSlide key={category.id}> - <div key={category.id} className="KartuInti h-48 w-48 max-w-sm lg:max-w-full flex flex-col border-[1px] border-gray-200 relative group"> + <div key={category.id} className="KartuInti mt-2 h-48 w-48 max-w-sm lg:max-w-full flex flex-col border-[1px] border-gray-200 relative group"> <div className='KartuB absolute h-48 w-48 inset-0 flex items-center justify-center '> <div className="group/edit flex items-center justify-end h-48 w-48 flex-col group-hover/item:visible"> <div className=' h-36 flex justify-end items-end'> |
