diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-18 16:18:45 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-18 16:18:45 +0700 |
| commit | 2a84fb3ce03cfa46cb3c7664e988957e1bd2731b (patch) | |
| tree | ae3768ba44054d51b1abcc0dcc90d18d4895e412 /src/lib/product | |
| parent | 754c2a0e97f0e18ed9b36445e883c38ea9a904f7 (diff) | |
| parent | b4b17e22832a4665042a45030b77c3744fe61534 (diff) | |
Merge branch 'master' into CR/UI
# Conflicts:
# src/lib/cart/components/Cartheader.jsx
Diffstat (limited to 'src/lib/product')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktop.jsx | 2 | ||||
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/product/components/Product/ProductDesktop.jsx b/src/lib/product/components/Product/ProductDesktop.jsx index ab4943eb..11c34009 100644 --- a/src/lib/product/components/Product/ProductDesktop.jsx +++ b/src/lib/product/components/Product/ProductDesktop.jsx @@ -637,7 +637,7 @@ const ProductDesktop = ({ products, wishlist, toggleWishlist }) => { rel='noopener noreferrer' target='_blank' > - Call for price + Call for Inquiry </a> )} </div> diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 317d0c32..9500a3fd 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -102,7 +102,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {product?.lowestPrice.priceDiscount > 0 ? ( currencyFormat(product?.lowestPrice.priceDiscount) ) : ( - <a href={callForPriceWhatsapp}>Call for price</a> + <a href={callForPriceWhatsapp}>Call for Inquiry</a> )} </div> </> @@ -117,7 +117,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { </div> </> ) : ( - <a href={callForPriceWhatsapp}>Call for price</a> + <a href={callForPriceWhatsapp}>Call for Inquiry</a> )} </div> )} @@ -205,7 +205,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {product?.lowestPrice?.priceDiscount > 0 ? ( currencyFormat(product?.lowestPrice?.priceDiscount) ) : ( - <a href={callForPriceWhatsapp}>Call for price</a> + <a href={callForPriceWhatsapp}>Call for Inquiry</a> )} </div> </> @@ -220,7 +220,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { </div> </> ) : ( - <a href={callForPriceWhatsapp}>Call for price</a> + <a href={callForPriceWhatsapp}>Call for Inquiry</a> )} </div> )} |
