Skip to content

Commit

Permalink
Post office hours for w24.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Jan 11, 2024
1 parent 203e6b4 commit 241344e
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/data/personal/officeHours.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@ const officeHours = [
{
hours: [
{
day: "TBD"
day: 'Wed.',
time: '10:30am–12:00pm',
location: 'Zoom',
videoConferenceLink: 'https://oregonstate.zoom.us/j/589990808?pwd=ViszY2Z4eGtoUDh4NEw0QWkzckJMQT09'
},
{
day: 'Thurs.',
time: '11:00am–12:30pm',
location: 'KEC 1109',
// videoConferenceLink: 'https://oregonstate.zoom.us/j/589990808?pwd=ViszY2Z4eGtoUDh4NEw0QWkzckJMQT09'
}
// {
// day: 'Wed.',
// time: '11:05am–12:30pm',
// location: 'Zoom',
// videoConferenceLink: 'https://oregonstate.zoom.us/j/589990808?pwd=ViszY2Z4eGtoUDh4NEw0QWkzckJMQT09'
// },
// {
// day: 'Thurs.',
// time: '2:00–3:30pm',
// location: 'KEC 1109',
// // videoConferenceLink: 'https://oregonstate.zoom.us/j/589990808?pwd=ViszY2Z4eGtoUDh4NEw0QWkzckJMQT09'
// }
]
}
];
Expand Down

0 comments on commit 241344e

Please sign in to comment.