diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 15:41:02 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-17 15:41:02 +0700 |
| commit | d0f97021c611d07944f3cbc7e2610b1d495d897f (patch) | |
| tree | f2e87e700e34fced877ac559a80669c0f61ddcfc /src/lib/checkout/components/CheckoutSection.jsx | |
| parent | f4eba44dbacf13be894744e48d4248714daee223 (diff) | |
<iman> update hover wa link
Diffstat (limited to 'src/lib/checkout/components/CheckoutSection.jsx')
| -rw-r--r-- | src/lib/checkout/components/CheckoutSection.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/components/CheckoutSection.jsx b/src/lib/checkout/components/CheckoutSection.jsx index 3ed4b115..623152c6 100644 --- a/src/lib/checkout/components/CheckoutSection.jsx +++ b/src/lib/checkout/components/CheckoutSection.jsx @@ -186,7 +186,7 @@ export const PickupAddress = ({ label }) => ( Kodepos : 14440 </p> <p className='mt-1 text-gray_r-11'>Telp : 021-2933 8828/29</p> - <p className='mt-1 text-gray_r-11'><a href={whatsappUrl()} target='_blank' rel='noreferrer'> + <p className='mt-1 text-gray_r-11 hover:text-red-500'><a href={whatsappUrl()} target='_blank' rel='noreferrer'> Mobile : 0817-1718-1922 </a></p> </div> |
