Skip to content

Commit

Permalink
Merge pull request #499 from battlecode/serena/fix-tour-elig
Browse files Browse the repository at this point in the history
update tournament eligibility
  • Loading branch information
n8kim1 authored Jan 9, 2023
2 parents 2e766c1 + 00d9378 commit f360bf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/views/tournaments.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ class Tournaments extends Component {
</li>
<li>
<b>US Qualifier:</b> Teams must{" "}
<b>consist entirely of US students</b> studying full-time,
or in a transition phase.
<b>consist entirely of US college students</b> studying
full-time, or in a transition phase.
</li>
<li>
<b>International Qualifier:</b> Teams must{" "}
Expand All @@ -242,7 +242,7 @@ class Tournaments extends Component {
</li>
<li>
<b>High School Tournament:</b> Teams must{" "}
<b>consist entirely of US high school students</b>.
<b>consist entirely of high school students</b>.
</li>
<li>
<b>Final Tournament:</b> Teams must have qualified via the
Expand Down

0 comments on commit f360bf0

Please sign in to comment.