tags creation added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-20 19:27:42 +01:00
parent 96eefce86e
commit 74381a3ff2
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
@endcan
@auth
<div>
<x-button xs black :href="route('voting.projectFunding', ['projectProposal' => $row])">
<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>
{{ __('Vote') }} [0]
</x-button>