Merge pull request #3595 from bechi/feat/style-10

Feat/style 10
This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-04 13:32:04 -03:00
commit 746a60db1f
15 changed files with 343 additions and 87 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'
}];