From 9a0658e8139b261ad1c11343d6ead218045c69e3 Mon Sep 17 00:00:00 2001 From: Jagger <634750802@qq.com> Date: Thu, 13 Jun 2024 12:12:14 +0800 Subject: [PATCH] ui: fix dashboard links --- src/app/(main)/(admin)/dashboard/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/(main)/(admin)/dashboard/page.tsx b/src/app/(main)/(admin)/dashboard/page.tsx index a104012d..78187d05 100644 --- a/src/app/(main)/(admin)/dashboard/page.tsx +++ b/src/app/(main)/(admin)/dashboard/page.tsx @@ -59,6 +59,11 @@ function TaskStats () { icon={ListTodoIcon} value={data?.SUCCEED ?? 0} > +
+ + View all tasks + +
); }