add icons

This commit is contained in:
bechi 2015-12-04 13:19:46 -03:00
commit e54e5522a5
8 changed files with 230 additions and 70 deletions

View file

@ -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'
}];