Skip to content

Commit

Permalink
Update plugin icons (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebVPF authored Mar 17, 2024
1 parent 4c0c1ad commit 519500c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function registerNavigation()
],
'usergroups' => [
'label' => 'winter.user::lang.groups.menu_label',
'icon' => 'icon-users',
'icon' => 'icon-users-viewfinder',
'url' => Backend::url('winter/user/usergroups'),
'permissions' => ['winter.users.access_groups']
]
Expand All @@ -134,7 +134,7 @@ public function registerSettings()
'label' => 'winter.user::lang.settings.menu_label',
'description' => 'winter.user::lang.settings.menu_description',
'category' => SettingsManager::CATEGORY_USERS,
'icon' => 'icon-cog',
'icon' => 'icon-user-gear',
'class' => 'Winter\User\Models\Settings',
'order' => 500,
'permissions' => ['winter.users.access_settings']
Expand Down
16 changes: 4 additions & 12 deletions assets/images/user-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 519500c

Please sign in to comment.