diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-23 13:39:47 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-23 13:39:47 +0700 |
| commit | daa0b872601789815513508d48a14cbd8e1f6518 (patch) | |
| tree | 6b26200286ff664c7d80d2623f7dcfc96a492cac /src/lib/tempo | |
| parent | dd8a56ad12d054e121965c41bcb077158690b208 (diff) | |
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/tempo')
| -rw-r--r-- | src/lib/tempo/components/Tempo.jsx | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/lib/tempo/components/Tempo.jsx b/src/lib/tempo/components/Tempo.jsx index 97b21454..6f0a2a8c 100644 --- a/src/lib/tempo/components/Tempo.jsx +++ b/src/lib/tempo/components/Tempo.jsx @@ -323,7 +323,7 @@ const Tempo = () => { </Skeleton> </p> </div> - <div className='flex justify-around text-sm '> + <div className='flex items-start justify-around text-sm '> <div className='w-[40%] flex flex-col gap-2'> <p>Kredit Limit Terpakai</p> <Skeleton @@ -406,12 +406,14 @@ const Tempo = () => { // <Alert type='info' className='text-center'> // Tidak ada invoice // </Alert> - <Image - src='/images/ICON-DOKUMEN-VERIFIKASI.png' - alt='Registrasi Tempo' - width={isMobile ? 300 : 600} - height={isMobile ? 300 : 550} - /> + <div className='flex items-center justify-center'> + <Image + src='/images/ICON-DOKUMEN-VERIFIKASI.png' + alt='Registrasi Tempo' + width={isMobile ? 300 : 600} + height={isMobile ? 300 : 550} + /> + </div> ) : ( invoices.data?.invoices?.map((invoice, index) => ( <div |
