Skip to content

Commit

Permalink
update schedule times
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed May 26, 2024
1 parent 91716e8 commit c96be0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/data/schedule-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
};
Expand Down

0 comments on commit c96be0c

Please sign in to comment.