We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e30935 commit 1d01e52Copy full SHA for 1d01e52
app/Filament/Resources/UserResource.php
@@ -16,7 +16,7 @@ class UserResource extends Resource
16
17
protected static ?string $navigationGroup = 'Admin Menu';
18
19
- protected static ?string $navigationIcon = 'heroicon-o-user';
+ protected static ?string $navigationIcon = 'heroicon-o-user-group';
20
21
protected static ?int $navigationSort = 3;
22
0 commit comments