diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-16 09:50:43 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-16 09:50:43 +0700 |
| commit | 13b9b5dd101e6dba13ddcf04aff42cfb4156c4d8 (patch) | |
| tree | aeadff53aef73b868ad9a00dac664aab801e7a17 /src/lib/pengajuan-tempo/component/FinishTempo.jsx | |
| parent | 0a84e659a4ac55207ca9624977be6bf771c3abe9 (diff) | |
<iman> update
Diffstat (limited to 'src/lib/pengajuan-tempo/component/FinishTempo.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/FinishTempo.jsx | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/src/lib/pengajuan-tempo/component/FinishTempo.jsx b/src/lib/pengajuan-tempo/component/FinishTempo.jsx index 1670314d..f4336d8a 100644 --- a/src/lib/pengajuan-tempo/component/FinishTempo.jsx +++ b/src/lib/pengajuan-tempo/component/FinishTempo.jsx @@ -47,8 +47,16 @@ const FinishTempo = ({ query }) => { return ( <div className='container flex flex-col items-center gap-4'> - <div className='flex w-2/3 justify-center items-center'> - <h1 className='text-red-500 text-center font-semibold text-3xl'> + <div + className={`flex ${ + isMobile ? 'w-full' : 'w-2/3' + } justify-center items-center`} + > + <h1 + className={`text-red-500 text-center font-semibold ${ + isMobile ? 'text-lg' : 'text-3xl' + }`} + > Form Pengajuan Tempo kamu Telah Berhasil Didaftarkan Mohon menunggu hingga Proses Selesai </h1> @@ -60,7 +68,11 @@ const FinishTempo = ({ query }) => { height={isMobile ? 300 : 450} /> - <div className='mt-2 text-center leading-6 text-base p-4 md:p-0 w-4/5'> + <div + className={`mt-2 text-center opacity-75 leading-6 p-4 md:p-0 ${ + isMobile ? 'w-full text-sm' : 'w-4/5 text-base' + }`} + > Mohon menunggu untuk verifikasi dokumen dan kelengkapan data yang telah anda berikan. Proses approval pembayaran tempo kamu berhasil atau tidak akan diinfokan melalui email perusahaan / email yang mendaftar |
