summaryrefslogtreecommitdiff
path: root/src/lib/tempo/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/tempo/components')
-rw-r--r--src/lib/tempo/components/Tempo.jsx16
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