diff --git a/src/data/courses/f24/cs261/topics.js b/src/data/courses/f24/cs261/topics.js index 8ac27a93..5cd9aaf8 100644 --- a/src/data/courses/f24/cs261/topics.js +++ b/src/data/courses/f24/cs261/topics.js @@ -427,7 +427,6 @@ const topics = [ { title: 'Maps and Hash Tables', weeks: [ 9, 10 ], - isCurrent: true, resources: [ { title: 'Lecture notes', @@ -469,6 +468,7 @@ const topics = [ { title: 'Graphs', weeks: [ 10 ], + isCurrent: true, resources: [ { title: 'Lecture notes',