Skip to content

Commit

Permalink
Merge pull request #200 from ScaleMote/hotfix/add-space
Browse files Browse the repository at this point in the history
Added space after "NETWORK:" in Payment.svelte
  • Loading branch information
ivanbelasich authored Mar 8, 2024
2 parents 062f076 + 32d90bc commit 87d42d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/payment/Payment.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
<div class="simple-signer tx-network-container">
<div class="simple-signer pay-network-container">
<p>{$language.NETWORK}:</p>
&nbsp;
<p class="simple-signer pay-network-text">{CURRENT_STELLAR_NETWORK}</p>
</div>
</div>
Expand Down

0 comments on commit 87d42d0

Please sign in to comment.