Skip to content

Commit

Permalink
Merge pull request #2375 from dusk-network/feature-2374
Browse files Browse the repository at this point in the history
  • Loading branch information
nortonandreev authored Sep 12, 2024
2 parents 8680964 + 12cc45d commit 01e4106
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<Textbox type="number" bind:value={blockHeight} placeholder="Block Height" />
{#if currentNetworkBlock}
<span class="block-height-meta"
>Network Block Height: #{numberFormatter(currentNetworkBlock)}</span
>Network block height: {numberFormatter(currentNetworkBlock)}</span
>
{/if}
</ToggleableCard>
Expand All @@ -66,7 +66,6 @@
.block-height-meta {
display: inline-block;
font-size: 0.75em;
margin-top: 0.8em;
margin-left: 1em;
opacity: 0.5;
}
Expand Down

0 comments on commit 01e4106

Please sign in to comment.