From c96be0ce682f6923e68aa7bb4fc8632f9e1c537b Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Sun, 26 May 2024 13:14:59 -0700 Subject: [PATCH] update schedule times --- src/app/data/schedule-info.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/data/schedule-info.js b/src/app/data/schedule-info.js index 715c97c..71a9c96 100644 --- a/src/app/data/schedule-info.js +++ b/src/app/data/schedule-info.js @@ -191,14 +191,14 @@ let scheduleData = { name: "Speakers' Panel", description: "Have fun and gain knowledge by talking to people in the industry and UCI professors!", - time: "12:30PM-1:30PM", + time: "1:00PM-2:00PM", }, { name: "Closing Ceremony", description: "See you next year!", tooltip: "Excited for prizes? Come out to the closing ceremony where we will announce all the winners for VenusHacks 2024 and hear some final remarks from industry professionals and professors!", - time: "1:30PM-2:30PM", + time: "2:00PM-3:00PM", }, ], };