commit
746a60db1f
15 changed files with 343 additions and 87 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