Typo in text

This commit is contained in:
Mehdi Osman 2023-03-31 16:12:48 +02:00 committed by GitHub
parent 409b890d97
commit cc029c05d9
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} mins ago.</span>
<div
className={cn('cursor-pointer', isLoading ? 'animate-spin' : '')}
onClick={() => getHealth()}
@ -95,4 +95,4 @@ function HealthWidget({
);
}
export default HealthWidget
export default HealthWidget