diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a04c94c..28491c9 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -71,7 +71,7 @@ Players are ranked in a series of offchain tournament-style matches against each other, consisting of 3 players at a time. The top performing players of each bracket advances into the next bracket. The player that maintains the highest overall ranking in the final bracket wins the tournament!

- To participate in tournaments, players must make at least one code submission while that season is open (before the Grand Faire). Submissions from a prior season will not automatically roll over into the next. Code submissions are published onchain but encrypted with a season key that will only be revealed when the season is closed (right before the Grand Faire). + To participate in tournaments, players must make at least one code submission while that season is open (before the Grand Faire). Only the most recent submission will be used. Submissions from a prior season will not automatically roll over into the next. Code submissions are published onchain but encrypted with a season key that will only be revealed when the season is closed (right before the Grand Faire).