1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01: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', alignItems: 'center',
} }
}, [ }, [
h('i.fa.fa-chevron-down.fa-lg', {key: ''}), h('i.fa.fa-plus.fa-lg', {key: ''}),
]), ]),
]), ]),