fix(@desktop/profile): Application nav bar settings button is incorrect
Updated the settings icon in the config file. fixes #4172
This commit is contained in:
parent
f44926b7aa
commit
7643c6228c
|
@ -24,4 +24,4 @@ const NODEMANAGEMENT_SECTION_ICON* = "node"
|
|||
|
||||
const SETTINGS_SECTION_ID* = "profileSettings"
|
||||
const SETTINGS_SECTION_NAME* = "Settings"
|
||||
const SETTINGS_SECTION_ICON* = "status-update"
|
||||
const SETTINGS_SECTION_ICON* = "settings"
|
||||
|
|
Loading…
Reference in New Issue