diff options
author | Michael Hunteman <michael@huntm.net> | 2024-04-28 08:19:04 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-04-28 08:19:04 -0700 |
commit | 53851a49c8cd6cb7a6ff2517c9193bd2fd552062 (patch) | |
tree | 7cb41903ad541c661320e36fd63b96c6a8997ba4 /src/components | |
parent | 1324f5f2a5dcba40d44e392d75ff5966264e8d58 (diff) |
Update guest interface
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/RsvpForm.tsx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/components/RsvpForm.tsx b/src/components/RsvpForm.tsx index 99d3059..71db0d8 100644 --- a/src/components/RsvpForm.tsx +++ b/src/components/RsvpForm.tsx @@ -48,8 +48,9 @@ function RsvpForm() { lastName: guest?.lastName, attendance: '', email: '', - partySize: 1, message: '', + partySize: 1, + partyList: [], }, }); @@ -97,8 +98,8 @@ function RsvpForm() { <Grid item xs={12}> <p> Please RSVP for the wedding by March 10, 2025. The ceremony will - commence at 3 pm on April 26 in Divine Shepherd. The reception will - follow at 5 pm in A Venue on the Ridge. + commence at 3 PM on April 26 in Divine Shepherd. The reception will + follow at 5 PM in A Venue on the Ridge. </p> </Grid> <Grid item xs={12}> |