From 426459181acff6fff5736ce703b4bc17955cb2f4 Mon Sep 17 00:00:00 2001 From: Kevin Monisit Date: Fri, 25 Oct 2024 10:09:33 -0400 Subject: [PATCH] Improved scanning messages (#229) --- app/dashboard/components/profileHeader.tsx | 6 +-- app/dashboard/views/organizerView.tsx | 63 +++++++++------------- app/lib/actions.ts | 14 +++-- app/ui/skeletons.tsx | 17 +++--- 4 files changed, 43 insertions(+), 57 deletions(-) diff --git a/app/dashboard/components/profileHeader.tsx b/app/dashboard/components/profileHeader.tsx index a793408..3506481 100644 --- a/app/dashboard/components/profileHeader.tsx +++ b/app/dashboard/components/profileHeader.tsx @@ -229,7 +229,7 @@ export default function ProfileHeader(props: { Delayed Entry
- You will be able to check in after 10:45am on a first come + You will be able to check in after 10:30am on a first come first serve basis. Please be there as soon as possible to secure your spot. @@ -241,7 +241,7 @@ export default function ProfileHeader(props: { <> You are confirmed! You are guaranteed entry if you check in - between 9am to 10:45am. Afterwards, 10:45am will be check in + between 9am to 10:30am. Afterwards, 10:30am will be check in acceptance on a first come first serve basis. @@ -282,7 +282,7 @@ export default function ProfileHeader(props: { You have indicated you are coming. If your status changes to confirmed you are guaranteed entry - between 9am and 10:45am. After 10:45am, check in + between 9am and 10:30am. After 10:30am, check in will be first come first serve.
-
-
-
+
+
+
{/* */} -
+
); }