logout icon changed

Changed according to this issue https://github.com/esteemapp/esteem-mobile/issues/225
This commit is contained in:
Fil Dunsky 2018-12-30 16:21:27 +03:00
parent 4b09cc2740
commit 6c2edee1b5

View File

@ -47,7 +47,7 @@ const authMenuItems = [
{ {
name: 'Logout', name: 'Logout',
route: '', route: '',
icon: 'exit-to-app', icon: 'power_settings_new',
id: 'logout', id: 'logout',
}, },
]; ];