From 937013e8bf9f176c18a31d94205b9116d2a02224 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Tue, 16 Jul 2024 15:52:08 +0700 Subject: update button lihat semua mobile --- src/lib/home/components/PreferredBrand.jsx | 5 +++++ src/lib/home/components/PromotionProgram.jsx | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'src/lib/home') diff --git a/src/lib/home/components/PreferredBrand.jsx b/src/lib/home/components/PreferredBrand.jsx index 571c4745..ef5e743e 100644 --- a/src/lib/home/components/PreferredBrand.jsx +++ b/src/lib/home/components/PreferredBrand.jsx @@ -20,6 +20,11 @@ const PreferredBrand = () => { Lihat Semua )} + {isMobile && ( + + Lihat Semua + + )} {preferredBrands.isLoading && } {!preferredBrands.isLoading && ( diff --git a/src/lib/home/components/PromotionProgram.jsx b/src/lib/home/components/PromotionProgram.jsx index 66216d19..fabaf307 100644 --- a/src/lib/home/components/PromotionProgram.jsx +++ b/src/lib/home/components/PromotionProgram.jsx @@ -16,6 +16,11 @@ const BannerSection = () => { Lihat Semua )} + {isMobile && ( + + Lihat Semua + + )} {promotionProgram.data && promotionProgram.data?.length > 0 && ( -- cgit v1.2.3