Commit 519500c 1 parent 4c0c1ad commit 519500c Copy full SHA for 519500c
File tree 2 files changed +6
-14
lines changed
2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public function registerNavigation()
118
118
],
119
119
'usergroups ' => [
120
120
'label ' => 'winter.user::lang.groups.menu_label ' ,
121
- 'icon ' => 'icon-users ' ,
121
+ 'icon ' => 'icon-users-viewfinder ' ,
122
122
'url ' => Backend::url ('winter/user/usergroups ' ),
123
123
'permissions ' => ['winter.users.access_groups ' ]
124
124
]
@@ -134,7 +134,7 @@ public function registerSettings()
134
134
'label ' => 'winter.user::lang.settings.menu_label ' ,
135
135
'description ' => 'winter.user::lang.settings.menu_description ' ,
136
136
'category ' => SettingsManager::CATEGORY_USERS ,
137
- 'icon ' => 'icon-cog ' ,
137
+ 'icon ' => 'icon-user-gear ' ,
138
138
'class ' => 'Winter\User\Models\Settings ' ,
139
139
'order ' => 500 ,
140
140
'permissions ' => ['winter.users.access_settings ' ]
You can’t perform that action at this time.
0 commit comments