diff --git a/static/2024/css/schedule.css b/static/2024/css/schedule.css index 8aae5908c..b80ea8ba0 100644 --- a/static/2024/css/schedule.css +++ b/static/2024/css/schedule.css @@ -116,7 +116,8 @@ [times] 5em [bayshorefoyer-start] 1fr [bayshorefoyer-end bayshoreplenary-start] 1fr - [bayshoreplenary-end bayshore3-start] 1fr + [bayshoreplenary-end bayshore1-start] 1fr + [bayshore1-end bayshore3-start] 1fr [bayshore3-end timezones-start] 5em [timezones-end]; } diff --git a/static/2024/js/views/calendar.js b/static/2024/js/views/calendar.js index ee4418454..0f2662c5b 100644 --- a/static/2024/js/views/calendar.js +++ b/static/2024/js/views/calendar.js @@ -818,6 +818,7 @@ function populateRooms(calendarSelection, roomNames, day) { roomData = [ { link: 'room_bayshorefoyer.html', roomId: 'bayshorefoyer', text: "Bayshore Foyer" }, { link: 'room_bayshoreplenary.html', roomId: 'bayshoreplenary', text: "Bayshore I + II + III" }, + { link: 'room_bayshore1.html', roomId: 'bayshore1', text: "Bayshore I" }, { link: 'room_bayshore3.html', roomId: 'bayshore3', text: "Bayshore III" } ]; break;