diff --git a/client/pages/dashboards/GameForgeDashboard.tsx b/client/pages/dashboards/GameForgeDashboard.tsx index cc7eaf6c..bd1354ee 100644 --- a/client/pages/dashboards/GameForgeDashboard.tsx +++ b/client/pages/dashboards/GameForgeDashboard.tsx @@ -450,18 +450,53 @@ export default function GameForgeDashboard() { + + {/* Sprints Tab */} + + {sprint && sprint.project_id ? ( + loadDashboardData()} + /> + ) : ( + + +

+ Join a sprint to manage sprints +

+
+
+ )} +
) : ( - + -

- No active sprint. Join one to get started! -

- +
+

+ Welcome to GAMEFORGE +

+

+ No active sprint. Join or create one to get started! +

+
+
+ {projects.length > 0 && ( + loadDashboardData()} + /> + )} + +
)}