diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-09 11:32:36 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-09 11:32:36 +0700 |
| commit | ec2bbfeaa09d6fb01bbe4ad97cc978b5a68500ff (patch) | |
| tree | a65b422ee4024a1add4c5dd450158f1773f9f2d9 /src | |
| parent | 591dc095a0e5f655e419ec4d1ae11d8f54bed196 (diff) | |
change rounded
Diffstat (limited to 'src')
| -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 91c1f40e..3b96ac32 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -38,7 +38,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { </div> <div className='relative'> <div className='flex gap-x-1 items-center p-2 justify-center'> - <div className='bg-yellow-400 rounded-full p-1 h-6 w-19 flex items-center justify-center '> + <div className='bg-yellow-400 rounded-lg p-1 h-6 w-19 flex items-center justify-center '> <span className='text-sm font-bold text-black'> {product?.lowestPrice.discountPercentage}% </span> |
