Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 10, 2024
1 parent d69053d commit 653b931
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ PUBLIC_DATA_URL=
PUBLIC_INVITE_ONLY=
PUBLIC_SEASON_DURATION_SECONDS=
PUBLIC_MAINTENANCE_MODE=
PUBLIC_CONTEST_DEPLOYED_BLOCK=
PUBLIC_CONTEST_DEPLOYED_BLOCK=
PUBLIC_ANNOUNCEMENT=
1 change: 1 addition & 0 deletions .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
&& echo "PUBLIC_DATA_URL=${{ vars.PUBLIC_DATA_URL }}" >> $GITHUB_ENV \
&& echo "PUBLIC_INVITE_ONLY=${{ vars.PUBLIC_INVITE_ONLY }}" >> $GITHUB_ENV \
&& echo "PUBLIC_SEASON_DURATION_SECONDS=${{ vars.PUBLIC_SEASON_DURATION_SECONDS }}" >> $GITHUB_ENV \
&& echo "PUBLIC_ANNOUNCEMENT=${{ vars.PUBLIC_ANNOUNCEMENT }}" >> $GITHUB_ENV \
&& echo "PUBLIC_MAINTENANCE_MODE=${{ vars.PUBLIC_MAINTENANCE_MODE }}" >> $GITHUB_ENV
- name: install deps
run: npm i --include=dev
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(app)/match/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@
{/each}
<div class="burn step">
🔥 Burned
<span class="quantity">{formatAmount(round.block.bids[round.block.builderIdx])}</span>
<span class="asset">{getAssetEmoji(0)}</span>
<span class="quantity">{formatAmount(round.block.bids[round.block.builderIdx])}</span>
from
<span class="builder">
<Player name={data.players[round.block.builderIdx].name} />
Expand Down

0 comments on commit 653b931

Please sign in to comment.