diff options
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 && ( |
