Skip to content

Commit

Permalink
Merge branch 'game-brand-corner'
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 7, 2024
2 parents 33bb6d3 + c00dcf4 commit 47f1177
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ competition_link: https://studentrobotics.org/events/sr2024/virtual-competition/
youtube_stream_link: https://www.youtube-nocookie.com/embed/jM8oSq_6jqs
# venue_layout_link: https://studentrobotics.org/resources/sr2024/venue-map.pdf

# Support branding the "zone" (what SRComp calls a "corner") in line with this year's game.
game_term_zone: Planet

links:
donate: //link.justgiving.com/v1/charity/donate/charityId/3118662?tipScheme=TipJar2.1&isRecurring=false&amount=10.00&reference=givingcheckout_tj21

Expand Down
2 changes: 1 addition & 1 deletion comp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h4>[[ data.description ]]: [[ data.match.display_name ]]</h4>
<table>
<thead>
<tr>
<th>Corner</th>
<th>{{ site.game_term_zone }}</th>
</tr>
</thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion comp/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2>[[ session.description ]]</h2>
<th data-ng-if="!session.show_arena_title">Time</th>
<th data-ng-if="!session.show_arena_title">Match</th>
<th data-ng-repeat="corner in session.all_corners track by $index">
Corner [[ corner.number ]]
{{ site.game_term_zone }} [[ corner.number ]]
</th>
</tr>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion comp/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h4>Upcoming Matches</h4>
<th>Time </th>
<th>Match </th>
<th data-ng-if="show_arena_title">Arena </th>
<th>Corner</th>
<th>{{ site.game_term_zone }}</th>
<th>Against</th>
</tr>
</thead>
Expand Down

0 comments on commit 47f1177

Please sign in to comment.