diff --git a/components/book/index.tsx b/components/book/index.tsx index 882f60e..08c19f8 100644 --- a/components/book/index.tsx +++ b/components/book/index.tsx @@ -39,7 +39,7 @@ function BookForm() {
@@ -48,7 +48,7 @@ function BookForm() { {postData ? 'Speichern...' : 'Absenden'} {postDataError && ( -
{postDataError}
+
{postDataError}
)} diff --git a/components/bookingTable.tsx b/components/bookingTable.tsx index 95ddb2e..416df3b 100644 --- a/components/bookingTable.tsx +++ b/components/bookingTable.tsx @@ -37,7 +37,7 @@ export default function BookingTable({ booking }: { booking: IBooking }) { return (

diff --git a/components/calendar.tsx b/components/calendar.tsx index a929583..b5f6b4f 100644 --- a/components/calendar.tsx +++ b/components/calendar.tsx @@ -145,11 +145,11 @@ export default function MyCalendar({
-
+
Frei
-
+
Belegt
diff --git a/components/footer.tsx b/components/footer.tsx index 87519a9..32c443d 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -6,7 +6,7 @@ export default function Footer() { return (