summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/checkout/components')
-rw-r--r--src/lib/checkout/components/Checkout.jsx12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx
index a565e13a..6d2f62e0 100644
--- a/src/lib/checkout/components/Checkout.jsx
+++ b/src/lib/checkout/components/Checkout.jsx
@@ -387,7 +387,7 @@ const Checkout = () => {
return (
<>
<BottomPopup
- className='w-full md:!w-[40%] !min-h-[550px]'
+ className='w-full md:!w-[40%] !min-h-[90vh]'
active={bottomPopupTnC}
close={() => {
SetBottomPopupTnC(false)
@@ -629,13 +629,13 @@ const Checkout = () => {
></path>
</svg>
<div className='flex justify-between items-center'>
- <span className='text-left ml-3 text-sm '>
+ <div className='text-left ml-3 text-sm '>
Berakhir dalam{' '}
- <span className='text-red-600'>{item.remainingTime}</span> lagi{' '}
- </span>
- <span className='text-sm ml-auto'>
+ <span className='text-red-600'>{item.remainingTime}</span> lagi,{' '}
+ </div>
+ <div className='text-sm ml-2 text-red-600' onClick={() => handlingTnC(item)} >
Baca S&K
- </span>
+ </div>
</div>
</div>
</div>