From 131693b6042ce4fc18e01b8872e07ac2d3e2fd32 Mon Sep 17 00:00:00 2001 From: web Date: Sun, 14 Sep 2025 08:30:24 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Update=20user=20dashboard?= =?UTF-8?q?=20link=20to=20correct=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/admin/components/dashboard/statistics.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin/components/dashboard/statistics.tsx b/apps/admin/components/dashboard/statistics.tsx index e7a6038..ae9c15d 100644 --- a/apps/admin/components/dashboard/statistics.tsx +++ b/apps/admin/components/dashboard/statistics.tsx @@ -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', },