diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-03 09:14:02 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-03 09:14:02 +0700 |
| commit | 92b99c8d1d890766da55031f921601372d5b49a3 (patch) | |
| tree | 5f96378660753208487ab140e2268d3db1cb7a47 /src/lib/product/components/ProductCard.jsx | |
| parent | db5d67db219a6672848115b556fd572cdba7c60c (diff) | |
default banner brand, whatsapp link, bug fix after transaction
Diffstat (limited to 'src/lib/product/components/ProductCard.jsx')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index a1c30d00..725e6efe 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -58,7 +58,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {product?.lowestPrice.priceDiscount > 0 ? ( currencyFormat(product?.lowestPrice.priceDiscount) ) : ( - <a href='https://wa.me/'>Call for price</a> + <a href='https://wa.me/628128080622'>Call for price</a> )} </div> @@ -130,7 +130,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {product?.lowestPrice?.priceDiscount > 0 ? ( currencyFormat(product?.lowestPrice?.priceDiscount) ) : ( - <a href='https://wa.me/'>Call for price</a> + <a href='https://wa.me/628128080622'>Call for price</a> )} </div> |
