resources/views/user/index.blade.php: add icon to edit button.
This commit is contained in:
parent
00ec5270a1
commit
06f750bde3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<x-slot name="page_links">
|
||||
<x-button element="a" class="flex items-center" href="{{ route('user.edit') }}">
|
||||
{{ __('Edit') }}
|
||||
<x-icon name="pencil" class="h-6 w-6 mr-1" /> {{ __('Edit') }}
|
||||
</x-button>
|
||||
</x-slot>
|
||||
|
||||
|
|
|
|||
Reference in a new issue