From ca16c7baac82bf103046800447c4cef0293ed287 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sun, 7 Jul 2024 08:03:32 -0700 Subject: Update attendance radio group --- client/src/components/RsvpForm.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/RsvpForm.tsx b/client/src/components/RsvpForm.tsx index 06669e3..8596e29 100644 --- a/client/src/components/RsvpForm.tsx +++ b/client/src/components/RsvpForm.tsx @@ -93,7 +93,7 @@ function RsvpForm() {
- Will you attend? + Attendance ( } - label="Yes" + label="Accept" /> } - label="No" + label="Decline" /> )} -- cgit v1.2.3