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
parent cc4e77439e
commit 8b2a891f9e
Signed by: jleibl
GPG Key ID: E7B6F77BF5EDB6F7

View File

@ -59,7 +59,7 @@
<div class="text-center pt-4"> <div class="text-center pt-4">
<button type="submit" <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"> 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> </button>
</div> </div>
{{ form_end(form) }} {{ form_end(form) }}