From 35a5761a7c4b6cc08e33b703739770c558c9e795 Mon Sep 17 00:00:00 2001 From: Maulana Sodiqin Date: Sat, 29 Nov 2025 17:09:17 +0700 Subject: [PATCH] fix(teams): move member warning above buttons in browse cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/hackathon/src/app/teams/browse/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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) ? (