diff --git a/apps/hackathon/src/app/teams/browse/page.tsx b/apps/hackathon/src/app/teams/browse/page.tsx index 8d62012..d086b5e 100644 --- a/apps/hackathon/src/app/teams/browse/page.tsx +++ b/apps/hackathon/src/app/teams/browse/page.tsx @@ -247,18 +247,18 @@ const BrowseTeamsPage: FC = (): ReactElement => { -

+

{team.description}

- {(team.member_count || 0) === 1 && !team.has_submission && ( -
-

- - This team needs at least 2 members to submit -

-
- )}
+ {(team.member_count || 0) === 1 && !team.has_submission && ( +
+

+ + This team needs at least 2 members to submit +

+
+ )} {isMyTeam(team.id) ? (