summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-03-03 13:20:05 -0800
committerMichael Hunteman <michael@huntm.net>2024-03-03 13:20:05 -0800
commit119d3a115cb0179dc95e15a21f5b2997a7c6b22b (patch)
tree955da1110122afca71f4f9cab764688e9afffd22
parent6db1f3fd6aaa2ea56e6344bc3efaea32ca16f11e (diff)
Add wedding data to RSVP form
-rw-r--r--src/components/RsvpForm.tsx2
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>