Update HealthWidget.tsx

This commit is contained in:
Mehdi Osman 2023-03-31 16:18:57 +02:00 committed by GitHub
parent cc029c05d9
commit 26bd4a7bea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ function HealthWidget({
<span>{title}</span>
</div>
<div className={'text-secondary flex w-full justify-between items-center text-sm'}>
<span>Last checked {lastAskedDiff} mins ago.</span>
<span>Last checked {lastAskedDiff}min ago.</span>
<div
className={cn('cursor-pointer', isLoading ? 'animate-spin' : '')}
onClick={() => getHealth()}