mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
🐛 fix: Update user dashboard link to correct path
This commit is contained in:
parent
d3999c640c
commit
131693b604
@ -86,7 +86,7 @@ export default function Statistics() {
|
||||
value: ServerTotal?.online_users || 0,
|
||||
subtitle: t('currentlyOnline'),
|
||||
icon: 'uil:users-alt',
|
||||
href: '/dashboard/users',
|
||||
href: '/dashboard/user',
|
||||
color: 'text-blue-600 dark:text-blue-400',
|
||||
iconBg: 'bg-blue-100 dark:bg-blue-900/30',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user