From d32d8ea4c34399a46bb85125943f89dc3a57fcb9 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sun, 8 Aug 2021 17:46:21 +0200 Subject: [PATCH] more minor styling changes to booking --- components/booking/DatePicker.tsx | 8 +++++--- pages/[user]/[type].tsx | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/components/booking/DatePicker.tsx b/components/booking/DatePicker.tsx index 8fa66ac4..e840a9bd 100644 --- a/components/booking/DatePicker.tsx +++ b/components/booking/DatePicker.tsx @@ -166,8 +166,10 @@ const DatePicker = ({ return selectedMonth ? (
@@ -191,7 +193,7 @@ const DatePicker = ({
-
+
{["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"] .sort((a, b) => (weekStart.startsWith(a) ? -1 : weekStart.startsWith(b) ? 1 : 0)) .map((weekDay) => ( diff --git a/pages/[user]/[type].tsx b/pages/[user]/[type].tsx index 8b2787b9..5c750fc0 100644 --- a/pages/[user]/[type].tsx +++ b/pages/[user]/[type].tsx @@ -129,7 +129,7 @@ export default function Type(props): Type {
@@ -148,7 +148,7 @@ export default function Type(props): Type {

- + {timeZone()} {isTimeOptionsOpen ? (