mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 19:55:46 -05:00
More accurate round robin teams per group text for clarity
This commit is contained in:
@@ -299,7 +299,7 @@ function TournamentFormatBracketSelector({
|
||||
|
||||
{bracket.type === "round_robin" ? (
|
||||
<div>
|
||||
<Label htmlFor="teamsPerGroup">Teams per group</Label>
|
||||
<Label htmlFor="teamsPerGroup">Max participants per group</Label>
|
||||
<select
|
||||
value={
|
||||
bracket.settings.teamsPerGroup ??
|
||||
@@ -323,6 +323,10 @@ function TournamentFormatBracketSelector({
|
||||
<option value="5">5</option>
|
||||
<option value="6">6</option>
|
||||
</select>
|
||||
<FormMessage type="info">
|
||||
Participants are distributed equally, so groups may have fewer
|
||||
than selected
|
||||
</FormMessage>
|
||||
</div>
|
||||
) : null}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user