mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
update fontawesome
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div>
|
||||
<x-button xs amber
|
||||
:href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => $row])">
|
||||
<i class="fa fa-thin fa-edit mr-2"></i>
|
||||
<i class="fa fa-solid fa-edit mr-2"></i>
|
||||
{{ __('Edit') }}
|
||||
</x-button>
|
||||
</div>
|
||||
@@ -11,7 +11,7 @@
|
||||
@auth
|
||||
<div>
|
||||
<x-button class="whitespace-nowrap" xs black :href="route('voting.projectFunding', ['projectProposal' => $row])">
|
||||
<i class="fa fa-thin fa-check-to-slot mr-2"></i>
|
||||
<i class="fa fa-solid fa-check-to-slot mr-2"></i>
|
||||
{{ __('Vote') }} [0]
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="w-full mb-4 md:w-auto md:mb-0">
|
||||
<x-button :href="route('project.projectProposal.form', ['country' => $country, 'projectProposal' => null])">
|
||||
<i class="fa fa-thin fa-plus"></i>
|
||||
<i class="fa fa-solid fa-plus"></i>
|
||||
{{ __('Submit project for funding') }}
|
||||
</x-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user