update fontawesome

This commit is contained in:
HolgerHatGarKeineNode
2023-08-03 23:38:21 +02:00
parent 8e43b84dc2
commit 1339b49a33
68 changed files with 213 additions and 213 deletions

View File

@@ -1,6 +1,6 @@
<div class="w-full mb-4 md:w-auto md:mb-0">
<x-button :href="route('bitcoinEvent.form', ['country' => $country, 'bitcoinEvent' => null])">
<i class="fa fa-thin fa-plus"></i>
<i class="fa fa-solid fa-plus"></i>
{{ __('Register event') }}
</x-button>
</div>

View File

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