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 ac67d674fe
commit ba10fccd1e
Signed by: csimonis
GPG Key ID: 758DD9C506603183

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) }}