diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-22 12:39:22 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-22 12:39:22 +0700 |
| commit | 8456bd17207e349c717d062fcc6fe4d032da1334 (patch) | |
| tree | 5546b8edf2bc9bb904a415cfd204d278a53a4c76 /src-migrate/modules/promo/components | |
| parent | 1583acec4f8d97633594ad5f0973a4d1235dc586 (diff) | |
<iman> update bagian footer untuk penawaran(baru tampilan saja) all promotion
Diffstat (limited to 'src-migrate/modules/promo/components')
| -rw-r--r-- | src-migrate/modules/promo/components/PromoList.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/promo/components/PromoList.jsx b/src-migrate/modules/promo/components/PromoList.jsx index fb4b6ee3..9b1a30a4 100644 --- a/src-migrate/modules/promo/components/PromoList.jsx +++ b/src-migrate/modules/promo/components/PromoList.jsx @@ -67,7 +67,7 @@ const PromoList = ({ selectedPromo }) => { }, [slug]); return ( - <div> + <div className='h-[420px]'> <h1 className='text-h-sm md:text-h-lg font-semibold py-4'>{title}</h1> {isLoading ? ( <div className="loading-spinner flex justify-center"> |
