change fontawesome kit

This commit is contained in:
HolgerHatGarKeineNode
2023-08-10 12:46:42 +02:00
parent da2c84abc8
commit 1c129447db
68 changed files with 213 additions and 213 deletions

View File

@@ -15,7 +15,7 @@
@can('update', $row)
<div>
<x-button class="whitespace-nowrap" amber xs :href="route('course.form.course', ['course' => $row])">
<i class="fa fa-solid fa-edit"></i>
<i class="fa fa-thin fa-edit"></i>
{{ __('Edit') }}
</x-button>
</div>