diff options
-rw-r--r-- | client/src/components/Schedule.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/components/Schedule.tsx b/client/src/components/Schedule.tsx index c338ae3..b445502 100644 --- a/client/src/components/Schedule.tsx +++ b/client/src/components/Schedule.tsx @@ -57,7 +57,7 @@ function Schedule() { }} > <div style={{ width: '35%' }}> - <p>2:00 PM</p> + <p>3:00 PM</p> </div> <div style={{ width: '65%' }}> <Typography variant="h6">Ceremony</Typography> @@ -83,7 +83,7 @@ function Schedule() { }} > <div style={{ width: '35%' }}> - <p>4:00 PM</p> + <p>5:00 PM</p> </div> <div style={{ width: '65%' }}> <Typography variant="h6">Reception</Typography> |