diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-08-31 16:47:34 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-08-31 16:47:34 +0700 |
| commit | 96e59b7af6895f82ac005d60b65084bd5ec2d01f (patch) | |
| tree | 33cfa2e934392d6b9510cb197414025782bfc30f /src/lib/product/components | |
| parent | 4cfc5bf25ba20b2a1a8ca140c785557d6c00cef6 (diff) | |
change ui open newtab, g maps, top banner, profil
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 2c849bd6..abf462a1 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -44,7 +44,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { width={13} height={5} /> - <span className='text-white text-[11px] font-semibold'> + <span className='text-white text-[9px] md:text-[10px] font-semibold'> {product?.flashSale?.tag != "false" || product?.flashSale?.tag != product?.flashSale?.tag ? product?.flashSale?.tag : 'FLASH SALE'} </span> </div> |
