From de65b8586259eba5bf4e344df64f6b74b4b39bc6 Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Fri, 19 Jan 2024 07:50:38 -0500 Subject: [PATCH] show correct dates (#13309) Co-authored-by: CarinaWolli --- apps/web/pages/booking/[uid].tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/apps/web/pages/booking/[uid].tsx b/apps/web/pages/booking/[uid].tsx index 7613047aaa..0ab4c68487 100644 --- a/apps/web/pages/booking/[uid].tsx +++ b/apps/web/pages/booking/[uid].tsx @@ -757,7 +757,7 @@ export default function Success(props: PageProps) { name="email" id="email" defaultValue={email} - className="mr- focus:border-brand-default border-default text-default mt-0 block w-full rounded-none rounded-l-md shadow-sm focus:ring-black sm:text-sm" + className="mr- focus:border-brand-default border-default text-default mt-0 block w-full rounded-none rounded-l-md shadow-sm focus:ring-black sm:text-sm" placeholder="rick.astley@cal.com" />