Skip to content

Commit

Permalink
swap count in block activity expand
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 17, 2024
1 parent 2d7cc54 commit 030da0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/(app)/match/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
.deployment-failures {
margin: 1.5em 0ex;
.failure {
&::before {
content: '🪦';
Expand Down Expand Up @@ -542,7 +542,7 @@
<button
on:click={() => isRoundExpanded[roundIdx] = !isRoundExpanded[roundIdx]}
><span class="custom prefix"></span>
Block Activity
Block Activity {#if round.block}({round.block.swaps.length} swaps){/if}
</button>
</div>
<div class="steps">
Expand Down

0 comments on commit 030da0f

Please sign in to comment.