fix(send): use a placeholder instead of an identicon for "add a contact"
This commit is contained in:
parent
7c780e5e34
commit
53fd1c7cc8
2 changed files with 13 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
<div class="list">
|
||||
<a class="item item-icon-left item-icon-right" ng-if="!hasContacts" ui-sref="tabs.send.addressbook">
|
||||
<i class="icon big-icon-svg">
|
||||
<gravatar class="send-gravatar" name="" width="30" email=""></gravatar>
|
||||
<img src="img/contact-placeholder.svg" class="bg"/>
|
||||
</i>
|
||||
<span translate>Add a Contact</span>
|
||||
<i class="icon bp-arrow-right"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue