From 6740ee319d642cbfdb3466eaa55644dcd30db1b4 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 24 Oct 2025 16:52:08 +0700 Subject: FIx style --- .../product-detail/components/ProductDetail.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'src-migrate') diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index cfc27ffd..ef609fcf 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -290,15 +290,17 @@ const ProductDetail = ({ product }: Props) => { {/* ===== Kolom kanan: info ===== */}
-
- - Pakai{' '} - - {' '} - Voucher belanja hemat {currencyFormat(voucherDiscount)} saat - checkout - -
+ {isMobile && ( +
+ {' '} + Pakai{' '} + + {' '} + Voucher belanja hemat {currencyFormat(voucherDiscount)} + {' '} + saat checkout +
+ )}

{product.name}

-- cgit v1.2.3