Skip to content

Commit

Permalink
tweak player page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 5, 2024
1 parent 735680a commit 36a142b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/player/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
</p>
</div>
{/if}
<h3>Performance History</h3>
<h2>Performance History</h2>
{#if !playerStats.seasonResults?.length}
<p><em>This player has not competed in any games.</em></p>
{:else}
Expand Down Expand Up @@ -361,7 +361,7 @@
<div>Current season is closed and cannot accept new submissions at this time.</div>
{:else if isWalletOperator}
<section>
<h3>Submit code for season {(currentSeason.idx ?? 0) + 1}</h3>
<h2>Submit code for season {(currentSeason.idx ?? 0) + 1}</h2>
{#if !playerIsActive}
<p>
You have not submitted any code for the current season, so you are not participating in any games.
Expand Down

0 comments on commit 36a142b

Please sign in to comment.