From 99070b2eeb28291608afaf78564f4cd472941c46 Mon Sep 17 00:00:00 2001 From: Claude Project Manager Date: Mon, 29 Sep 2025 22:21:34 +0200 Subject: [PATCH] Dashboard Verlinkung drin --- frontend/src/views/Dashboard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {
{statsCards.map((stat, index) => ( -
+
navigate(stat.route)}>
{stat.value}