diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-21 15:31:12 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-21 15:31:12 +0700 |
| commit | 3ada88f0faf901e05bd56ecff8c4bcb209c06787 (patch) | |
| tree | 789d149b4c7bf6822ab13d38668d6f16b6354a45 /src-migrate/modules/promo/components/PromotinProgram.jsx | |
| parent | 7b08c9358888148bf6f6c2c7145d75e466550298 (diff) | |
<iman> update all-promotion
Diffstat (limited to 'src-migrate/modules/promo/components/PromotinProgram.jsx')
| -rw-r--r-- | src-migrate/modules/promo/components/PromotinProgram.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/promo/components/PromotinProgram.jsx b/src-migrate/modules/promo/components/PromotinProgram.jsx index a7e5dfef..13a8405b 100644 --- a/src-migrate/modules/promo/components/PromotinProgram.jsx +++ b/src-migrate/modules/promo/components/PromotinProgram.jsx @@ -5,7 +5,7 @@ import { InfoIcon } from "lucide-react" const PromotionProgram = ({ selectedPromo, onSelectPromo }) => { return ( <> - <div className="text-h-sm md:text-h-lg font-semibold mb-4">Serba Serbi Promo</div> + <div className="text-h-sm md:text-h-lg font-semibold py-4">Serba Serbi Promo</div> <div className='px-4 sm:px-0'> <div className='grid md:grid-cols-3 grid-cols-2 justify-between gap-2 items-center'> <div className='w-full'> |
