feat(ticket): add email confirmation message to success page (#40)
Co-authored-by: Jan Klattenhoff <jan@kjan.email> Reviewed-on: #40
This commit is contained in:
@ -80,6 +80,12 @@ Danke
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-8 bg-white rounded-2xl shadow-lg p-8 border border-gray-100">
|
||||||
|
<twig:ux:icon name="heroicons:envelope" class="w-8 h-8 text-orange-600 mx-auto mb-4" />
|
||||||
|
<h3 class="text-xl font-semibold mb-3 text-center">E-Mail Bestätigung</h3>
|
||||||
|
<p class="text-gray-700 mb-4 text-center">Bitte überprüfe auch deinen Spam-Ordner nach der Bestellbestätigung. Falls du keine E-Mail erhalten hast, kannst du am Eingang einfach deinen vollständigen Namen nennen.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="mt-8 pt-6 border-t border-gray-200 text-center">
|
<div class="mt-8 pt-6 border-t border-gray-200 text-center">
|
||||||
<div class="flex items-center justify-center">
|
<div class="flex items-center justify-center">
|
||||||
<a href="{{ path('app_calendar') }}"
|
<a href="{{ path('app_calendar') }}"
|
||||||
|
Reference in New Issue
Block a user