diff options
Change chevron-down to fa-plus
Diffstat (limited to 'ui/app/accounts')
-rw-r--r-- | ui/app/accounts/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js index 9cfab54e5..8215a559a 100644 --- a/ui/app/accounts/index.js +++ b/ui/app/accounts/index.js @@ -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: ''}), ]), ]), |