🎨 style(profile): update button to div for better styling in association profile page

This commit is contained in:
fsociety
2024-10-25 12:01:05 +02:00
parent deb5212653
commit 1e6a419433

View File

@@ -466,12 +466,12 @@ $loadEvents = function () {
@else
@if($currentYearIsPaid)
<div class="flex sm:justify-center">
<button
class="btn sm:text-2xl dark:bg-gray-800 border-gray-200 dark:border-gray-700/60 hover:border-gray-300 dark:hover:border-gray-600 text-green-500"
<div
class="btn sm:text-2xl dark:bg-gray-800 border-gray-200 dark:border-gray-700/60 text-green-500"
>
<i class="fa-sharp-duotone fa-solid fa-check-circle mr-2"></i>
aktuelles Jahr bezahlt
</button>
</div>
</div>
@endif
@endif