Skip to content

Commit

Permalink
update frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 14, 2024
1 parent 7f0403b commit 57b93e7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/routes/(app)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<div id="timeline">
<h3><a href="#timeline" class="inherit">Timeline</a></h3>
<p>
A total of ${SCHEDULED_PRIZES.reduce((a, v) => a + v).toLocaleString()} will be awarded across {SCHEDULED_PRIZES.length} season ending tournaments.
A total of ${SCHEDULED_PRIZES.reduce((a, v) => a + v).toLocaleString()}* will be awarded across {SCHEDULED_PRIZES.length} season ending tournaments.
</p>
<div class="events">
{#if LAUNCH_TIME.getTime() != 0}
Expand Down Expand Up @@ -210,6 +210,13 @@
</li>
</ul>
</li>
{:else}
<li>
<a href="#resources">Game contracts</a>
<ul>
Will be revealed at launch!
</ul>
</li>
{/if}
<li>
<a href="https://x.com/dragonfly_xyz" target="_blank">Dragonfly Twitter Account</a>
Expand Down

0 comments on commit 57b93e7

Please sign in to comment.