style(ticket): update button text for consistency

This commit is contained in:
Hop In, I Have Puppies AND WiFi 2025-01-23 20:05:15 +01:00 committed by Constantin Simonis
parent 63696702ba
commit 2e327f3c3b
Signed by: csimonis
GPG Key ID: 3878FF77C24AF4D2

View File

@ -59,7 +59,7 @@
<div class="text-center pt-4">
<button type="submit"
class="w-full sm:w-auto inline-block bg-gradient-to-r from-red-500 to-orange-500 hover:from-red-600 hover:to-orange-600 text-white px-8 sm:px-10 py-3 rounded-full text-base font-semibold shadow-xl hover:shadow-2xl transition-all duration-300">
Tickets bestellen
Ticket bestellen
</button>
</div>
{{ form_end(form) }}