diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-29 17:17:17 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-29 17:17:17 +0700 |
| commit | 7f060ad3f3d938a462292721b9c54d1cb9140ad3 (patch) | |
| tree | 23ca1b4d97f4bc8196c5a64e615da0473a2c9747 /src/lib | |
| parent | 7c2a69c9b48c1930dc3f7cbef20d6479b3047ca2 (diff) | |
<iman> update category managemrnt
Diffstat (limited to 'src/lib')
| -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 5548fc1b..183c123a 100644 --- a/src/lib/home/components/CategoryPilihan.jsx +++ b/src/lib/home/components/CategoryPilihan.jsx @@ -39,7 +39,7 @@ const CategoryPilihan = ({ id, categories }) => { </div> <div className="group/item grid grid-cols-6 gap-y-2 w-full h-full col-span-2 "> {categoryPilihan?.data?.map((category) => ( - <div className="KartuInti h-48 w-60 max-w-sm lg:max-w-full flex flex-col border-[1px] border-gray-200 relative group"> + <div key={category.id} className="KartuInti h-48 w-60 max-w-sm lg:max-w-full flex flex-col border-[1px] border-gray-200 relative group"> <div className='KartuB absolute h-48 w-60 inset-0 flex items-center justify-center '> <div className="group/edit flex items-center justify-end h-48 w-60 flex-col group-hover/item:visible"> <div className=' h-36 flex justify-end items-end'> |
