1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Change chevron-down to fa-plus

This commit is contained in:
Frankie 2016-06-03 13:31:36 -04:00
parent 1d65160ab4
commit d90943dc61

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: ''}),
]),
]),