change the icon for Receive to fi-download

This commit is contained in:
Manuel Araoz 2014-09-02 12:30:31 -03:00
parent 6755ff2843
commit 99a82af5c4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
$scope.menu = [{ $scope.menu = [{
'title': 'Receive', 'title': 'Receive',
'icon': 'fi-arrow-left', 'icon': 'fi-download',
'link': 'receive' 'link': 'receive'
}, { }, {
'title': 'Send', 'title': 'Send',