style & change icon

This commit is contained in:
bechi 2015-01-29 12:57:11 -03:00
commit 53b4375fb7
5 changed files with 17 additions and 44 deletions

View file

@ -145,7 +145,7 @@ factory('notification', ['$timeout',
},
funds: function(title, content, userData) {
return this.awesomeNotify('funds', 'bitcoin', title, content, userData);
return this.awesomeNotify('funds', 'bitcoin-circle', title, content, userData);
},
version: function(title, content, severe) {