diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-16 17:42:31 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-16 17:42:31 +0700 |
| commit | 0178a1f88d7d34824562e1413be073c0795a47cf (patch) | |
| tree | 20a26bd36d2c8e0c3e09681836eea9f403519f70 /src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | |
| parent | 4711fff3bf3b07c50f353a7c5956055a37a5e4d2 (diff) | |
<iman> update code
Diffstat (limited to 'src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx index 1ea2223e..b3d5bce7 100644 --- a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx +++ b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx @@ -143,11 +143,6 @@ const KontakPerusahaan = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { No. HP Direktur{' '} <span className=' opacity-60'>(Opsional)</span> </label> - {!isKonfirmasi && ( - <span className='text-xs opacity-60'> - isi nomor telpon direktur di perusahaan kamu - </span> - )} </div> <div className='w-3/5'> <input @@ -174,11 +169,6 @@ const KontakPerusahaan = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { <label className='form-label text-nowrap'> Email Direktur </label> - {!isKonfirmasi && ( - <span className='text-xs opacity-60'> - isi email Direktur yang sesuai - </span> - )} </div> <div className='w-3/5'> <input @@ -254,7 +244,7 @@ const KontakPerusahaan = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { </label> {!isKonfirmasi && ( <span className='text-xs opacity-60'> - isi nomor purchasing yang bertanggung jawab di perusahaan + isi email purchasing yang bertanggung jawab diperusahaan anda </span> )} @@ -394,7 +384,7 @@ const KontakPerusahaan = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { </label> {!isKonfirmasi && ( <span className='text-xs opacity-60'> - isi email finance dengan benar + isi email finance yang bertanggung jawab diperusahaan anda </span> )} </div> |
