Skip to content

Commit

Permalink
frontpage language
Browse files Browse the repository at this point in the history
add a trophy to contest progress winner
  • Loading branch information
merklejerk committed Jun 17, 2024
1 parent 030da0f commit b0c219b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/contest-progress.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<div class="field">
Winner:
{#if t.rankings[0]?.name}
<Player name={t.rankings[0].name} />
🏆️ <Player name={t.rankings[0].name} />
{:else}
None
{/if}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(app)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
The contest will run approximately over a period of 15 days, with every 5 days marking a "Season." Seasons are made up of quick, daily tournaments and one final and conclusive tournament on the last day. Tournaments pit all players in the season against each other to produce an overall ranking.
</p>
<p>
On every day but the last of a season, <em>six</em> "Market Day" tournaments will be held. These tournaments award no prizes but are important because they give players a sense of how well their contract performs against others and creates an opportunity to discover meta-strategies.
On every day but the last of a season, "Market Day" tournaments will be held every 4 hours. These tournaments award no prizes but are important because they give players a sense of how well their contract performs against others and creates an opportunity to discover meta-strategies.
</p>
<p>
On the last day of the season, a single "Grand Faire" tournament is held. The Grand Faire DOES award prizes (in ETH) to the winner, and will also consist of more matches for certainty. The Grand Faire prize increases with each successive season, as players naturally become more sophisticated with time.
Expand Down

0 comments on commit b0c219b

Please sign in to comment.