diff --git a/components/booking/DatePicker.tsx b/components/booking/DatePicker.tsx
index 39175a94..a9b7bf3e 100644
--- a/components/booking/DatePicker.tsx
+++ b/components/booking/DatePicker.tsx
@@ -166,9 +166,9 @@ const DatePicker = ({
return selectedMonth ? (
@@ -193,16 +193,16 @@ const DatePicker = ({
-
+
{["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
.sort((a, b) => (weekStart.startsWith(a) ? -1 : weekStart.startsWith(b) ? 1 : 0))
.map((weekDay) => (
-
+
{weekDay}
))}
- {calendar}
+
{calendar}
) : null;
};
diff --git a/components/booking/TimeOptions.tsx b/components/booking/TimeOptions.tsx
index 9e51b6ae..4e29bbf1 100644
--- a/components/booking/TimeOptions.tsx
+++ b/components/booking/TimeOptions.tsx
@@ -25,7 +25,7 @@ const TimeOptions = (props) => {
return (
selectedTimeZone !== "" && (
-