diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-15 16:35:14 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-15 16:35:14 +0700 |
| commit | d690ac813611fbb4c275cad0aa586e59f9d93ffc (patch) | |
| tree | 8684f440e9dca9838bec6dd202c864fb975b423a /src/lib | |
| parent | 573b2cba3ab4cf90b19c6f510b73bd289eddf435 (diff) | |
<Miqdad> align ready stock text badge
Diffstat (limited to 'src/lib')
| -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 25d1535c..14da22f3 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -494,7 +494,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {(product?.stockTotal > 0 || product?.qtySold > 0) && ( <div className='flex w-full items-center gap-x-2'> {product?.stockTotal > 0 && ( - <div className='badge-solid-red'>Ready Stock</div> + <div className='badge-solid-red text-center'>Ready Stock</div> )} {product?.qtySold > 0 && ( |
