From d2ca1f795e9bcd5dfda6295d66cda1bf4d366fdb Mon Sep 17 00:00:00 2001 From: Matt Beaudoin Date: Sun, 11 Jan 2026 12:59:05 -0800 Subject: [PATCH] dashboard click nav for apps --- src/routes/Authenticated/Dashboard/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Authenticated/Dashboard/Dashboard.tsx b/src/routes/Authenticated/Dashboard/Dashboard.tsx index 37e8543..67cd754 100644 --- a/src/routes/Authenticated/Dashboard/Dashboard.tsx +++ b/src/routes/Authenticated/Dashboard/Dashboard.tsx @@ -105,7 +105,7 @@ export const Dashboard: React.FC = () => {

Recent Applications

{apps.slice(0, 5).map((app, index) => ( -
+
navigate(`/apps/${app.server}/${app.appName}`)}>

{app.appName}

{app.domain || 'No domain'}