Fix jwt-token
This commit is contained in:
@@ -4,7 +4,7 @@ import toast from 'react-hot-toast'
|
|||||||
import {
|
import {
|
||||||
CogIcon,
|
CogIcon,
|
||||||
ServerIcon,
|
ServerIcon,
|
||||||
DatabaseIcon,
|
CircleStackIcon,
|
||||||
ShieldCheckIcon,
|
ShieldCheckIcon,
|
||||||
ClockIcon
|
ClockIcon
|
||||||
} from '@heroicons/react/24/outline'
|
} from '@heroicons/react/24/outline'
|
||||||
@@ -109,7 +109,7 @@ const System = () => {
|
|||||||
</div>
|
</div>
|
||||||
</StatusCard>
|
</StatusCard>
|
||||||
|
|
||||||
<StatusCard title="Database" icon={DatabaseIcon}>
|
<StatusCard title="Database" icon={CircleStackIcon}>
|
||||||
<div className="space-y-3">
|
<div className="space-y-3">
|
||||||
<div className="flex justify-between">
|
<div className="flex justify-between">
|
||||||
<span className="text-sm text-gray-500">Status</span>
|
<span className="text-sm text-gray-500">Status</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user