summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components/SectionExpedition.jsx
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-08-11 10:31:32 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-08-11 10:31:32 +0000
commit4e5422a800b0cb3eaa4436693f10298434f11621 (patch)
tree01d718acf081833beb8e8bf40fa63566502d1981 /src/lib/checkout/components/SectionExpedition.jsx
parentb124b1acd597889c6e4de6b0f8585d63d8cb8575 (diff)
parent43f08a6b39cf6555b9c87d94ade2af5a5f7747bf (diff)
Merged in quotation-v2 (pull request #434)
Quotation v2
Diffstat (limited to 'src/lib/checkout/components/SectionExpedition.jsx')
-rw-r--r--src/lib/checkout/components/SectionExpedition.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/checkout/components/SectionExpedition.jsx b/src/lib/checkout/components/SectionExpedition.jsx
index 7a02c6e9..2e92ffbc 100644
--- a/src/lib/checkout/components/SectionExpedition.jsx
+++ b/src/lib/checkout/components/SectionExpedition.jsx
@@ -341,7 +341,7 @@ export default function SectionExpedition({ products }) {
<div className='w-[350px] max'>
<div className='px-4 py-2'>
<div className='flex justify-between items-center'>
- <div className='w-[450px]'>
+ <div className='w-full'>
<div className='relative'>
{/* Custom Select Input Field */}
<div
@@ -407,7 +407,7 @@ export default function SectionExpedition({ products }) {
</div>
{checkoutValidation && (
<span className='text-sm text-red-500'>
- *silahkan pilih expedisi
+ *Silahkan pilih expedisi
</span>
)}
</div>