diff --git a/app/routes/to/$organization.$tournament/manage-roster.tsx b/app/routes/to/$organization.$tournament/manage-roster.tsx index 13f936930..b7de797da 100644 --- a/app/routes/to/$organization.$tournament/manage-roster.tsx +++ b/app/routes/to/$organization.$tournament/manage-roster.tsx @@ -35,18 +35,24 @@ export default function ManageRosterPage() {
{ownTeam.members.length < 4 && ( - You need at least 4 players in your roster (max 6) + You need at least 4 players in your roster to play (max 6) )} -
-
+
+
- +
-
+
@@ -57,7 +63,7 @@ export default function ManageRosterPage() { value={urlWithInviteCode} />