);
}
@@ -226,7 +309,10 @@ function FillRoster({
const [, copyToClipboard] = useCopyToClipboard();
const { t } = useTranslation(["common"]);
- const inviteLink = `https://sendou.ink/to/201/join?code=${ownTeam.inviteCode}`;
+ const inviteLink = `${SENDOU_INK_BASE_URL}${toToolsJoinPage({
+ eventId: parentRouteData.event.id,
+ inviteCode: ownTeam.inviteCode,
+ })}`;
const { members: ownTeamMembers } =
resolveOwnedTeam({
@@ -240,12 +326,11 @@ function FillRoster({
0
);
- // TODO tournament: + tournament has not started
const showDeleteMemberSection = ownTeamMembers.length > 1;
return (
-
1. Fill roster
+
3. Fill roster
@@ -281,16 +366,9 @@ function FillRoster({
) : null}
-
= TOURNAMENT.TEAM_MIN_MEMBERS_FOR_FULL,
- })}
- >
- {TOURNAMENT.TEAM_MIN_MEMBERS_FOR_FULL}-{TOURNAMENT.TEAM_MAX_MEMBERS}{" "}
- members needed to play
+
+ You can still play without submitting roster, but you might be seeded
+ lower in the bracket.