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/Product/ProductMobile.jsx | |
| parent | db5d67db219a6672848115b556fd572cdba7c60c (diff) | |
default banner brand, whatsapp link, bug fix after transaction
Diffstat (limited to 'src/lib/product/components/Product/ProductMobile.jsx')
| -rw-r--r-- | src/lib/product/components/Product/ProductMobile.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/product/components/Product/ProductMobile.jsx b/src/lib/product/components/Product/ProductMobile.jsx index b75a191b..02cf0137 100644 --- a/src/lib/product/components/Product/ProductMobile.jsx +++ b/src/lib/product/components/Product/ProductMobile.jsx @@ -152,7 +152,7 @@ const ProductMobile = ({ product, wishlist, toggleWishlist }) => { ) : ( <span className='text-gray_r-11 leading-6 font-normal'> Hubungi kami untuk dapatkan harga terbaik, - <a href='https://wa.me/' className='text-danger-500 underline'> + <a href='https://wa.me/628128080622' className='text-danger-500 underline'> klik disini </a> </span> @@ -236,7 +236,7 @@ const ProductMobile = ({ product, wishlist, toggleWishlist }) => { </span> )} {activeVariant?.stock == 0 && ( - <a href='https://wa.me' className='text-danger-500 font-medium'> + <a href='https://wa.me/628128080622' className='text-danger-500 font-medium'> Tanya Stok </a> )} @@ -244,7 +244,7 @@ const ProductMobile = ({ product, wishlist, toggleWishlist }) => { <SpecificationContent label='Berat Barang'> {activeVariant?.weight > 0 && <span>{activeVariant?.weight} KG</span>} {activeVariant?.weight == 0 && ( - <a href='https://wa.me' className='text-danger-500 font-medium'> + <a href='https://wa.me/628128080622' className='text-danger-500 font-medium'> Tanya Berat </a> )} |
