diff --git a/src/data/courses/f24/cs261/topics.js b/src/data/courses/f24/cs261/topics.js index 7f5f97f1..57c2c664 100644 --- a/src/data/courses/f24/cs261/topics.js +++ b/src/data/courses/f24/cs261/topics.js @@ -274,7 +274,6 @@ const topics = [ { title: 'Binary Search Trees', weeks: [ 6, 7 ], - isCurrent: true, resources: [ { title: 'Lecture notes', @@ -308,6 +307,7 @@ const topics = [ { title: 'Binary Tree Traversals', weeks: [ 7 ], + isCurrent: true, resources: [ { title: 'Lecture notes',