diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-01 09:35:35 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-01 09:35:35 +0700 |
| commit | 5e3b8914037fcd7b5153d94f289079ac4dd60235 (patch) | |
| tree | bd6fc719a5f24616a871ff4f4ae52e0415c0b351 /src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx | |
| parent | 37ab7c5ac682e3a2ddb4153d4f7cb91593a77fe4 (diff) | |
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx index 5c58a789..87e48d4d 100644 --- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx +++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx @@ -370,10 +370,8 @@ const InformasiPerusahaan = ({ </div> <div className='flex flex-row justify-between items-start'> - <div> - <label className='form-label w-2/5 text-nowrap'> - Alamat Perusahaan - </label> + <div className='w-2/5 text-nowrap'> + <label className='form-label '>Alamat Perusahaan</label> {!isKonfirmasi && ( <span className='text-xs opacity-60'> alamat sesuai dengan alamat kantor pusat @@ -457,10 +455,8 @@ const InformasiPerusahaan = ({ </div> </div> <div className='flex flex-row justify-between items-start'> - <div> - <label className='form-label w-2/5 text-nowrap'> - No. Telfon Perusahaan - </label> + <div className='w-2/5 text-nowrap'> + <label className='form-label '>No. Telfon Perusahaan</label> {!isKonfirmasi && ( <span className='text-xs opacity-60'> isi no telfon perusahaan yang sesuai @@ -488,8 +484,8 @@ const InformasiPerusahaan = ({ </div> <div className='flex flex-row justify-between items-start'> - <div> - <label className='form-label w-2/5 text-nowrap'>Data Bank</label> + <div className=' w-2/5 text-nowrap'> + <label className='form-label'>Data Bank</label> {!isKonfirmasi && ( <span className='text-xs opacity-60'> Isi detail data bank perusahaan anda @@ -565,8 +561,8 @@ const InformasiPerusahaan = ({ </div> <div className='flex flex-row justify-between items-start'> - <div> - <label className='form-label w-2/5 text-nowrap'> + <div className='w-2/5 text-nowrap'> + <label className='form-label '> Website <span className=' opacity-60'>(Opsional)</span> </label> </div> @@ -584,10 +580,8 @@ const InformasiPerusahaan = ({ </div> <div className='flex flex-row justify-between items-start'> - <div> - <label className='form-label w-2/5 text-nowrap'> - Estimasi Pembelian pertahun - </label> + <div className='w-2/5 text-nowrap'> + <label className='form-label '>Estimasi Pembelian pertahun</label> </div> <div className='w-3/5'> <div className='relative'> @@ -646,10 +640,8 @@ const InformasiPerusahaan = ({ </div> {!isKonfirmasi && ( <div className='w-4/5 flex flex-row justify-between items-center'> - <div> - <label className='form-label w-2/5 text-nowrap'> - Limit Tempo - </label> + <div className='w-2/5 text-nowrap'> + <label className='form-label '>Limit Tempo</label> <span className='text-xs opacity-60'> Ajukan nilai limit yang anda mau </span> @@ -878,8 +870,8 @@ const InformasiPerusahaan = ({ isKonfirmasi ? 'items-center' : 'items-start' }`} > - <div> - <label className='form-label w-2/5 text-nowrap'> + <div className='w-2/5 text-nowrap'> + <label className='form-label '> Kategori Produk yang Digunakan </label> {!isKonfirmasi && ( |
