Skip to content

Commit

Permalink
Small visual change
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dobrev <[email protected]>
  • Loading branch information
RAMTO committed Jun 26, 2024
1 parent b5d9f1c commit 9e1752c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ const columnClass = 'col-4 col-xxxl-3';
</div>

<div v-if="accountData.isValid.value" class="my-4">
<p class="text-small">
<p class="text-micro text-secondary">
<span class="bi bi-info-circle-fill me-2"></span>
In order to delete this account, you will need to transfer the remaining
<span class="text-secondary">{{ accountData.accountInfo.value?.balance || 0 }}</span>
to another account
Expand Down

0 comments on commit 9e1752c

Please sign in to comment.