summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/checkout/components/Checkout.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx
index 5256a328..4120df2c 100644
--- a/src/lib/checkout/components/Checkout.jsx
+++ b/src/lib/checkout/components/Checkout.jsx
@@ -1106,7 +1106,10 @@ const Checkout = () => {
</div>
<span className='leading-5'>
Jika mengalami kesulitan dalam melakukan pembelian di website
- Indoteknik. <a href={whatsappUrl()}>Hubungi kami disini</a>
+ Indoteknik.{' '}
+ <a href={whatsappUrl()} style={{ textDecoration: 'underline' }}>
+ Hubungi kami disini
+ </a>
</span>
</Alert>
</div>