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'}