diff --git a/components/bookingTable.tsx b/components/bookingTable.tsx index 3f9e025..cf01be4 100644 --- a/components/bookingTable.tsx +++ b/components/bookingTable.tsx @@ -27,8 +27,8 @@ export default function BookingTable({ { name: 'Email', value: ( - - {booking.email} + + {booking.email} ), }, @@ -42,8 +42,8 @@ export default function BookingTable({ >

- - Booking {booking.uuid} + + Booking {booking.uuid}

diff --git a/components/footer.tsx b/components/footer.tsx index ef7da38..87519a9 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -7,21 +7,19 @@ export default function Footer() {