Use consistent icon for adding people
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -1230,7 +1230,7 @@
|
||||
@can('create', \App\Models\User::class)
|
||||
btnAdd: {
|
||||
text: '{{ trans('general.create') }}',
|
||||
icon: 'fa-solid fa-user-plus',
|
||||
icon: 'fa fa-plus',
|
||||
event () {
|
||||
window.location.href = '{{ route('users.create') }}';
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user