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