Archived
1
0
Fork 0

resources/views/user/index.blade.php: add icon to edit button.

This commit is contained in:
Henrik Hautakoski 2021-07-04 18:25:24 +02:00
parent 00ec5270a1
commit 06f750bde3

View file

@ -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>