diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/components/RsvpForm.tsx | 2 | ||||
-rw-r--r-- | client/src/components/Schedule.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/components/RsvpForm.tsx b/client/src/components/RsvpForm.tsx index 53fefa4..f25dfcd 100644 --- a/client/src/components/RsvpForm.tsx +++ b/client/src/components/RsvpForm.tsx @@ -124,7 +124,7 @@ function RsvpForm() { <p> Please RSVP for the wedding by March 10, 2025. The ceremony will commence at 4:30 pm on April 26 in Divine Shepherd. The reception - will follow at 6 pm in A Venue on the Ridge. + will follow at 5:30 pm in A Venue on the Ridge. </p> </Grid> <Grid item xs={12}> diff --git a/client/src/components/Schedule.tsx b/client/src/components/Schedule.tsx index 64140e4..348e6b3 100644 --- a/client/src/components/Schedule.tsx +++ b/client/src/components/Schedule.tsx @@ -84,7 +84,7 @@ function Schedule() { <hr style={{ width: '100%' }} /> <div style={{ display: 'flex', alignItems: 'center' }}> <div style={{ width: '35%' }}> - <p>6:00 pm</p> + <p>5:30 pm</p> </div> <div style={{ width: '65%' }}> <Typography variant="h6">Reception</Typography> |