Change chevron-down to fa-plus

This commit is contained in:
Frankie 2016-06-03 13:31:36 -04:00
parent 1d65160ab4
commit d90943dc61
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ AccountsScreen.prototype.render = function() {
alignItems: 'center',
}
}, [
h('i.fa.fa-chevron-down.fa-lg', {key: ''}),
h('i.fa.fa-plus.fa-lg', {key: ''}),
]),
]),