mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-05 07:27:12 +01:00
many visual alignments
This commit is contained in:
@@ -77,9 +77,9 @@ export default function ShowBookingAdmin({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="mx-3 flex flex-col min-h-screen">
|
||||
<Header />
|
||||
<main className="flex-grow">
|
||||
<>
|
||||
<Header label="Buchung" />
|
||||
<main className="main py-3">
|
||||
<h2 className="text-3xl">Buchung {booking.uuid}</h2>
|
||||
<Calendar start={booking.startDate} end={booking.endDate} />
|
||||
<div>
|
||||
@@ -113,6 +113,6 @@ export default function ShowBookingAdmin({
|
||||
</main>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user