From b5d78419057c06981f0c82a31d2a1ffa1986fb09 Mon Sep 17 00:00:00 2001 From: Lukas <69743171+quick007@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:14:22 -0800 Subject: [PATCH] better UX for tickets + bug squashing --- components/faq/questions.ts | 2 +- islands/events/viewing/register.tsx | 2 +- routes/events/[id]/(no-layout)/index.tsx | 144 ++++++++++++----------- static/output.css | 2 +- utils/dates.ts | 7 +- 5 files changed, 84 insertions(+), 73 deletions(-) diff --git a/components/faq/questions.ts b/components/faq/questions.ts index 841c93e..a8ae1ea 100644 --- a/components/faq/questions.ts +++ b/components/faq/questions.ts @@ -15,7 +15,7 @@ export const faqs: FAQ[] = [ }, { q: "Can users register after my event has started?", - a: "By default, users can sign up before the event has started or an hour after starting. You can change this in your event settings.", + a: "By default, users can sign up before the event and a few minutes into it. You can change this in your event settings.", }, ]; diff --git a/islands/events/viewing/register.tsx b/islands/events/viewing/register.tsx index 7c7c1da..91bf11d 100644 --- a/islands/events/viewing/register.tsx +++ b/islands/events/viewing/register.tsx @@ -389,7 +389,7 @@ export const Contact = ({ email }: { email: string }) => { return ( <>