diff options
author | Michael Hunteman <michael@huntm.net> | 2024-03-03 13:20:05 -0800 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-03-03 13:20:05 -0800 |
commit | 119d3a115cb0179dc95e15a21f5b2997a7c6b22b (patch) | |
tree | 955da1110122afca71f4f9cab764688e9afffd22 | |
parent | 6db1f3fd6aaa2ea56e6344bc3efaea32ca16f11e (diff) |
Add wedding data to RSVP form
-rw-r--r-- | src/components/RsvpForm.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/RsvpForm.tsx b/src/components/RsvpForm.tsx index 53bc97d..232700b 100644 --- a/src/components/RsvpForm.tsx +++ b/src/components/RsvpForm.tsx @@ -41,7 +41,7 @@ function RsvpForm() { <Grid item xs={12}> <Typography paragraph> Please RSVP for the wedding by March 10, 2025. - The ceremony will commence at 3 pm in ... + The ceremony will commence at 3 pm on April 26 in ... The reception will follow at 5 pm in A Venue on the Ridge. </Typography> </Grid> |