summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components/Hero.tsx
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-17 16:25:58 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-17 16:25:58 +0700
commite32af31e19d38bf5f94dc229bae012c5c5aea720 (patch)
tree75ebb2ded9624431ecdc5a74b8750bd794b819d6 /src-migrate/modules/promo/components/Hero.tsx
parent1750dfecfc0090df4c8165f7c45f31882f850160 (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.tsx2
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 || [],