diff --git a/apps/hackathon/src/app/teams/[teamId]/page.tsx b/apps/hackathon/src/app/teams/[teamId]/page.tsx index 4eb04d8..3885672 100644 --- a/apps/hackathon/src/app/teams/[teamId]/page.tsx +++ b/apps/hackathon/src/app/teams/[teamId]/page.tsx @@ -491,6 +491,23 @@ const TeamDashboardPage: FC = (): ReactElement => { )} + {/* Warning for single member teams */} + {members.length === 1 && !team.has_submission && isMember && ( +
+ Your team needs at least 2 members to submit a project. Invite someone or wait for join requests! +
+{team.description}
+ {(team.member_count || 0) === 1 && !team.has_submission && ( +
+