Use consistent icon for adding people

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-08-01 22:18:02 +01:00
parent db343bf795
commit c4a28f0ec4

View File

@@ -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') }}';
},