mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
add thanks, fix link
This commit is contained in:
@@ -20,14 +20,14 @@ export default function ShowBookingStored({ booking }: { booking: Booking }) {
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
<h3 className="mb-3 mt-6 text-lg">Vielen Dank für die Buchungsanfrage</h3>
|
||||
<h3 className="thanks mb-3 mt-6 text-lg">Vielen Dank für die Buchungsanfrage</h3>
|
||||
<p className="mb-6">
|
||||
Nach Prüfung bestätigen wir die Buchung zeitnah per E-Mail.
|
||||
</p>
|
||||
<p>
|
||||
Den{' '}
|
||||
<Link href={`/bookings/${booking.uuid}`}>
|
||||
<a className="link">Link</a>
|
||||
<a className="link underline">Link</a>
|
||||
</Link>{' '}
|
||||
zur Buchung schicken wir Dir auch per E-Mail. Dort kann die Buchung
|
||||
auch jederzeit storniert werden.
|
||||
|
||||
Reference in New Issue
Block a user