diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-10-23 17:07:37 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-10-23 17:07:37 +0700 |
| commit | c19c7eee924b70d25cb47d40fd7c8e00d5efa867 (patch) | |
| tree | 090f9271d03dbce3fcf4340232af897a280dc867 /src/lib/pengajuan-tempo/component/Referensi.jsx | |
| parent | d44a64960c1bc5830121ead771646b30fd1841bb (diff) | |
<iman> update pengajuan tempo section konfirmasi
Diffstat (limited to 'src/lib/pengajuan-tempo/component/Referensi.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/Referensi.jsx | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/lib/pengajuan-tempo/component/Referensi.jsx b/src/lib/pengajuan-tempo/component/Referensi.jsx index dd8b66ad..b7c112a6 100644 --- a/src/lib/pengajuan-tempo/component/Referensi.jsx +++ b/src/lib/pengajuan-tempo/component/Referensi.jsx @@ -168,11 +168,15 @@ const Referensi = ({ chekValid, buttonSubmitClick }) => { }, [buttonSubmitClick]); return ( <> - <div className='flex justify-start'> - <h1 className='font-bold'> + <div className='flex flex-col justify-start'> + <h1 className='font-bold text-2xl'> Referensi Supplier / Rekanan Bisnis Perusahaan{' '} - <span className=' opacity-60 text-2xl'>(Opsional)</span> + <span className=' opacity-60 text-xl'>(Opsional)</span> </h1> + <p className='opacity-60'> + Data yang anda berikan hanya untuk bahan referensi internal kami untuk + memberikan anda credit limit dan durasi tempo + </p> </div> <form className='flex mt-4 flex-col w-full '> <table className='border' border='1' cellPadding='10'> @@ -295,7 +299,7 @@ const Referensi = ({ chekValid, buttonSubmitClick }) => { </tbody> </table> </form> - <div className='flex items-start gap-4 mt-8'> + <div className='flex items-center gap-4 mt-8'> <button onClick={handleAddNewSupplier} className='bg-gray-200 border border-gray-500 rounded-md text-sm text-gray-500 p-2 h-11 mb-1 content-center flex flex-row justify-center items-center' @@ -309,6 +313,9 @@ const Referensi = ({ chekValid, buttonSubmitClick }) => { > simpan data </button> + <span className='text-sm opacity-60 text-red-500'> + *Klik simpan sebelum lanjut ke tahap selanjutnya + </span> </div> {/* <button className='mt-8' onClick={cetakData}> CETAK |
