From 7ff55b29e0de6e76e2f78b870cc350caef24e43f Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 12 Aug 2021 19:10:57 +0200 Subject: [PATCH] minor changes to availability headline in booking page --- components/booking/AvailableTimes.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/booking/AvailableTimes.tsx b/components/booking/AvailableTimes.tsx index 6df37b4ab3..7eadb552d1 100644 --- a/components/booking/AvailableTimes.tsx +++ b/components/booking/AvailableTimes.tsx @@ -28,8 +28,11 @@ const AvailableTimes = ({ return (
-
- {date.format("dddd DD MMMM YYYY")} +
+ + {date.format("dddd")} + {date.format(", DD MMMM")} +
{slots.length > 0 && slots.map((slot) => (