mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
update fontawesome
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div>
|
||||
@can('update', $row)
|
||||
<x-button primary xs :href="route('venue.form', ['venue' => $row])">
|
||||
<i class="fa-thin fa-edit"></i>
|
||||
<i class="fa-solid fa-edit"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
@endif
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('venue.form', ['country' => $country, 'venue' => null])">
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
{{ __('Create venue') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user