diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-09-05 03:09:22 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-09-05 03:09:22 +0000 |
| commit | a6f1daf3d6cbb6187628b13dfc0c31996c151727 (patch) | |
| tree | 7687a64c17357895709f015f07f97e691ebdca92 /src/lib/product | |
| parent | 6b1083de2c5ad57953c6653d00a42b2da3fea108 (diff) | |
| parent | 009aab3dfc5a08f19c8e147f380dc6517b9f6fd1 (diff) | |
Merged in CR/tampilan (pull request #58)
CR/tampilan
Diffstat (limited to 'src/lib/product')
| -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> |
