Skip to content

Commit

Permalink
ui: fix dashboard links
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Jun 13, 2024
1 parent 6209dc2 commit 9a0658e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/(main)/(admin)/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ function TaskStats () {
icon={ListTodoIcon}
value={data?.SUCCEED ?? 0}
>
<div className="mt-2">
<Link href="/documents/import-tasks" className="text-xs flex items-center gap-1 transition-colors text-muted-foreground hover:text-foreground">
View all tasks <ArrowRightIcon size="1em" />
</Link>
</div>
</OverviewCard>
);
}
Expand Down

0 comments on commit 9a0658e

Please sign in to comment.