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/Referensi.jsx | |
| parent | 4711fff3bf3b07c50f353a7c5956055a37a5e4d2 (diff) | |
<iman> update code
Diffstat (limited to 'src/lib/pengajuan-tempo/component/Referensi.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/Referensi.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/pengajuan-tempo/component/Referensi.jsx b/src/lib/pengajuan-tempo/component/Referensi.jsx index 9e154166..38693d18 100644 --- a/src/lib/pengajuan-tempo/component/Referensi.jsx +++ b/src/lib/pengajuan-tempo/component/Referensi.jsx @@ -501,11 +501,11 @@ const Referensi = ({ chekValid, buttonSubmitClick, data }) => { </div> ))} </div> - <div className='h-[2px] bg-gray-300 w-[120%] inset-0 relative transform -translate-x-5'></div> - <h2 className='py-2 font-semibold text-base text-red-500 flex flex-row'> + {/* <div className='h-[2px] bg-gray-300 w-[120%] inset-0 relative transform -translate-x-5'></div> */} + {/* <h2 className='py-2 font-semibold text-base text-red-500 flex flex-row'> <PlusCircleIcon className='w-5 mr-2' /> Tambah Data Baru - </h2> + </h2> */} <div className='h-[2px] bg-gray-300 w-[120%] inset-0 relative transform -translate-x-5'></div> <form className='flex flex-col w-full'> <div className='w-full grid grid-row-2 gap-2'> |
