Skip to content

Commit

Permalink
Add latest wwcc games
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjir committed Dec 3, 2024
1 parent 897d08b commit e9420fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/charts/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Base(): JSX.Element {
<sup className={styles.attributions}>Thanks to Beargwyn for compiling all the data.</sup>
<sup className={styles.attributions}>Thanks to Salytmacska for creating the original website.</sup>
<p>Welcome to the "Wandering Warriors Cup 2 in Stats" website. This website collects all the statistics you could ever want to know about the tournament in one place!</p>
<p>The data, by default summarizes the entire tournament (as of 2024.12.02). Use the filters on the toolbar to view the data pertaining to a particular group, map or bracket.</p>
<p>The data, by default summarizes the entire tournament (as of 2024.12.03). Use the filters on the toolbar to view the data pertaining to a particular group, map or bracket.</p>
<p>So let's jump in with the most encompassing stats first:</p>
{isFilterApplied ?
<p>There were <span className={styles['highlighted-text']}>{filteredDraftsData.mapDrafts.length}</span> sets played over the course of the tournmament, that match the selected filters.</p> :
Expand Down
2 changes: 1 addition & 1 deletion src/data/drafts.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/games.json

Large diffs are not rendered by default.

0 comments on commit e9420fe

Please sign in to comment.