From e3ac82b208312c52835ecd73e03beecd9137b55e Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Wed, 28 Aug 2024 09:07:51 +0700 Subject: update font style --- src/lib/product/components/ProductCard.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 35e2a665..c5e82c82 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -128,7 +128,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { width={13} height={5} /> - + {product?.flashSale?.tag != 'false' || product?.flashSale?.tag ? product?.flashSale?.tag @@ -218,11 +218,11 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
{product?.stockTotal > 0 && ( -
Ready Stock
+
Ready Stock
)} {/*
{product?.stockTotal > 5 ? '> 5' : '< 5'}
*/} {product?.qtySold > 0 && ( -
+
{sellingProductFormat(product?.qtySold) + ' Terjual'}
)} -- cgit v1.2.3