diff --git a/frontend/src/views/Dashboard.tsx b/frontend/src/views/Dashboard.tsx index ab5d3fc..b0a0ce1 100644 --- a/frontend/src/views/Dashboard.tsx +++ b/frontend/src/views/Dashboard.tsx @@ -65,12 +65,14 @@ export default function Dashboard() { value: stats.totalEmployees, color: 'text-primary-blue', bgColor: 'bg-bg-accent', + route: '/employees' }, { title: 'Skills erfasst', value: stats.totalSkills, color: 'text-success', bgColor: 'bg-success-bg', + route: '/search' }, ] @@ -118,7 +120,7 @@ export default function Dashboard() {