add icons
This commit is contained in:
parent
5e279ee872
commit
e54e5522a5
8 changed files with 230 additions and 70 deletions
|
|
@ -21,15 +21,15 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
self.menu = [{
|
||||
'title': gettext('Receive'),
|
||||
'icon': 'icon-receive2',
|
||||
'icon': 'icon-receive',
|
||||
'link': 'receive'
|
||||
}, {
|
||||
'title': gettext('Home'),
|
||||
'icon': 'icon-home',
|
||||
'icon': 'icon-activity',
|
||||
'link': 'walletHome'
|
||||
}, {
|
||||
'title': gettext('Send'),
|
||||
'icon': 'icon-paperplane',
|
||||
'icon': 'icon-send',
|
||||
'link': 'send'
|
||||
}];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue