diff --git a/src/app/(main)/(admin)/dashboard/page.tsx b/src/app/(main)/(admin)/dashboard/page.tsx index 3a8024c1..a104012d 100644 --- a/src/app/(main)/(admin)/dashboard/page.tsx +++ b/src/app/(main)/(admin)/dashboard/page.tsx @@ -59,11 +59,6 @@ function TaskStats () { icon={ListTodoIcon} value={data?.SUCCEED ?? 0} > -
- - View all tasks - -
); } @@ -91,7 +86,7 @@ function ChatStats () { {data?.chat_messages ?? 0} - + View all chats