Skip to content

Commit

Permalink
Fix bugs in CS 290 TA hours.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Oct 5, 2023
1 parent 1899d12 commit a9df3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/courses/f23/cs290/tas.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const taInfo = [
gradingHours: [
{
day: 'Tues.',
time: '10:30 – 11:30pm',
time: '10:30 – 11:30am',
location: 'KEC Atrium'
},
{
Expand Down Expand Up @@ -89,7 +89,7 @@ const taInfo = [
details: 'Look for the "CS 290" sign. Here\'s a map of the 5th floor study rooms: [https://library.oregonstate.edu/floormaps/fifth-floor-group-study-rooms](https://library.oregonstate.edu/floormaps/fifth-floor-group-study-rooms)'
},
{
day: 'Mon.',
day: 'Wed.',
time: '6:30 – 8:00pm',
location: 'Valley Library - 5th floor study rooms',
details: 'Look for the "CS 290" sign. Here\'s a map of the 5th floor study rooms: [https://library.oregonstate.edu/floormaps/fifth-floor-group-study-rooms](https://library.oregonstate.edu/floormaps/fifth-floor-group-study-rooms)'
Expand Down

0 comments on commit a9df3d9

Please sign in to comment.