From 01ea505bd5b51b8596740cd6c9d2e055b63c9936 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Sat, 5 Aug 2023 09:36:07 +0700 Subject: change text font --- src/lib/checkout/components/Checkout.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index a6d26b6d..afb94c10 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -498,7 +498,7 @@ const Checkout = () => { >

Potensi potongan sebesar{' '} - + {currencyFormat(item.discountVoucher)}

@@ -519,8 +519,8 @@ const Checkout = () => { >

Tambah produk{' '} - {item.manufactureNames} senilai{' '} - + {item.manufactureNames} senilai{' '} + {currencyFormat(item.minPurchaseAmount)} {' '} untuk pakai promo ini @@ -537,8 +537,8 @@ const Checkout = () => { >

Tambah produk{' '} - {item.manufactureNames} senilai{' '} - + {item.manufactureNames} senilai{' '} + {currencyFormat(item.differenceToApply)} {' '} untuk pakai promo ini @@ -555,7 +555,7 @@ const Checkout = () => { >

Tambah{' '} - + {currencyFormat(item.differenceToApply)} {' '} untuk pakai promo ini{' '} -- cgit v1.2.3