diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-03 14:47:54 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-03 14:47:54 +0700 |
| commit | 1d22b4349b8c7d1b5c62643ffd4146662cf0033e (patch) | |
| tree | 1498f7c121328ca9e1de3d1e4a15e570ab90ed2d /src/pages/shop | |
| parent | d4d4227dfb2fefa56ded8ff5897469459f56b069 (diff) | |
download invoice
Diffstat (limited to 'src/pages/shop')
| -rw-r--r-- | src/pages/shop/product/[slug].js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/product/[slug].js b/src/pages/shop/product/[slug].js index 281f2bc2..03fac0be 100644 --- a/src/pages/shop/product/[slug].js +++ b/src/pages/shop/product/[slug].js @@ -190,7 +190,7 @@ export default function ProductDetail({ product }) { {product.lowest_price.discount_percentage > 0 ? ( <div className="flex gap-x-1 items-center mb-1"> <p className="text-caption-2 text-gray_r-11 line-through">{currencyFormat(activeVariant.price.price)}</p> - <span className="badge-red">{activeVariant.price.discount_percentage}%</span> + <span className="badge-solid-red">{activeVariant.price.discount_percentage}%</span> </div> ) : ''} |
