diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 16:25:58 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 16:25:58 +0700 |
| commit | e32af31e19d38bf5f94dc229bae012c5c5aea720 (patch) | |
| tree | 75ebb2ded9624431ecdc5a74b8750bd794b819d6 /src-migrate/modules/promo/components/Hero.tsx | |
| parent | 1750dfecfc0090df4c8165f7c45f31882f850160 (diff) | |
<iman> update slug banner and card voucher
Diffstat (limited to 'src-migrate/modules/promo/components/Hero.tsx')
| -rw-r--r-- | src-migrate/modules/promo/components/Hero.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/modules/promo/components/Hero.tsx b/src-migrate/modules/promo/components/Hero.tsx index b91288dd..801136e9 100644 --- a/src-migrate/modules/promo/components/Hero.tsx +++ b/src-migrate/modules/promo/components/Hero.tsx @@ -43,7 +43,7 @@ const swiperBannerMob = { }; const Hero = () => { - const heroBanner = useQuery('heroBannerSecondary', bannerApi({ type: 'banner-promotion' })) + const heroBanner = useQuery('heroBannerSecondary', bannerApi({ type: 'banner-semua-promo' })) const banners: IPromotionProgram[] = useMemo( () => heroBanner?.data || [], |
