fix icon letter
This commit is contained in:
parent
57fc80350f
commit
136cd1595b
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
<div class="pr columns line-b">
|
||||
<div class="avatar-wallet left"
|
||||
ng-style="{'background-color':index.backgroundColor}">{{index.walletName | limitTo: 1}}
|
||||
ng-style="{'background-color':index.backgroundColor}">{{ (index.alias || index.walletName) | limitTo: 1}}
|
||||
</div>
|
||||
<div class="right">
|
||||
<a ng-click="$root.go('preferences')" class="button outline round light-gray tiny preferences-icon m0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue