mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
inspect path by breadcrumbs
This commit is contained in:
@@ -57,7 +57,7 @@ export default function ShowBooking({
|
||||
|
||||
return (
|
||||
<>
|
||||
<Header label="Ihre Buchung" />
|
||||
<Header />
|
||||
<main className="main">
|
||||
<div>
|
||||
<strong>Buchungsstatus:</strong> {getBookingStatus(booking.status)}
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ShowBookingStored({
|
||||
|
||||
return (
|
||||
<>
|
||||
<Header label="Eingangsbestätigung" />
|
||||
<Header />
|
||||
<main className="main">
|
||||
<h3 className="text-lg mb-3">Vielen Dank für die Buchungsanfrage</h3>
|
||||
<p className="mb-6">
|
||||
|
||||
Reference in New Issue
Block a user