alert added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-10 16:23:26 +01:00
parent 82fd746ca8
commit e01575d07e

View File

@@ -200,6 +200,12 @@
<li>{{ __('You cannot withdraw your participation after one week.') }}</li>
<li>{{ __('Log in so that you can edit your participation at any time.') }}</li>
</ul>
<div class="w-full flex justify-end">
<x-button xs secondary :href="route('auth.ln')">
<i class="fa fa-thin fa-sign-in"></i>
{{ __('Login') }}
</x-button>
</div>
</div>
</div>
</div>