diff --git a/src/data/courses/sp24/cs362/topics.js b/src/data/courses/sp24/cs362/topics.js index d5b911fa..98f09e79 100644 --- a/src/data/courses/sp24/cs362/topics.js +++ b/src/data/courses/sp24/cs362/topics.js @@ -20,7 +20,6 @@ const topics = [ { title: 'Git and GitHub: An Individual\'s Perspective', weeks: [ 1, 2 ], - isCurrent: true, resources: [ { title: 'Lecture notes', @@ -58,6 +57,7 @@ const topics = [ { title: 'Software Testing Fundamentals', weeks: [ 2, 3 ], + isCurrent: true, resources: [ { title: 'Lecture notes',