diff options
author | Michael Hunteman <michael@huntm.net> | 2024-05-17 16:04:55 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-05-17 16:04:55 -0700 |
commit | 8a6017c059129fa2da1a13d7a8729794e51561de (patch) | |
tree | ff7b7fad3d299e13045949bef9fe79b8064c4eb6 /client/src/components | |
parent | 3ccf30472efb9a8b1b9ff0af48785e8f0a9614f2 (diff) |
Update times
Diffstat (limited to 'client/src/components')
-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> |