add mempool logo to wallet widget

This commit is contained in:
Mononaut
2024-02-16 02:50:16 +00:00
parent 96a17f09a5
commit a7ce7121ee
2 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
<div class="frame {{ screenSize }}" [class.liquid-address]="network === 'liquid' || network === 'liquidtestnet'">
<h3 i18n="addresses.balance">Balances</h3>
<div class="heading">
<h3 i18n="addresses.balance">Balances</h3>
<app-svg-images name="officialMempoolSpace" style="width: 144px; height: 36px" width="500" height="126" viewBox="0 0 500 126"></app-svg-images>
</div>
<table class="table table-borderless table-striped table-fixed">
<tr>
<th class="address" i18n="addresses.total">Total</th>