diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-07-17 09:29:37 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-07-17 09:29:37 +0000 |
| commit | 23a68e3cfcae9ca5c6789c7ec92af71b4944689c (patch) | |
| tree | 8cbd5da66472bb51c6072d09728e10c8aa021fe4 /src-migrate/modules/promo/components | |
| parent | bc7c0d1891db37ad314bd5016e19917e0f1e63be (diff) | |
| parent | e32af31e19d38bf5f94dc229bae012c5c5aea720 (diff) | |
Merged in Feature/all-promotion (pull request #170)
<iman> update slug banner and card voucher
Diffstat (limited to 'src-migrate/modules/promo/components')
| -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 || [], |
