diff --git a/src/data/courses/f24/cs290/topics.js b/src/data/courses/f24/cs290/topics.js index fde3b11f..bcea73b6 100644 --- a/src/data/courses/f24/cs290/topics.js +++ b/src/data/courses/f24/cs290/topics.js @@ -215,7 +215,6 @@ const topics = [ { title: 'Server-Side JS: Node.js Basics', weeks: [ 7 ], - isCurrent: true, resources: [ { title: 'Lecture notes', @@ -253,6 +252,7 @@ const topics = [ { title: 'Server-Side JS: Packages and npm', weeks: [ 7 ], + isCurrent: true, resources: [ { title: 'Lecture notes', @@ -281,16 +281,17 @@ const topics = [ { title: 'Server-Side JS: Serving with Express', weeks: [ 8 ], + isCurrent: true, resources: [ { title: 'Lecture notes', link: 'https://docs.google.com/document/d/1hMtoRhCPMzuiw5uR1E92S6B0rVEQR869V2ZbDb4UQoM/edit?usp=sharing' }, - // { - // title: 'Example code', - // link: 'https://github.com/osu-cs290-f23/express-serving', - // description: 'GitHub repo for code written in lecture' - // } + { + title: 'Example code', + link: 'https://github.com/osu-cs290-f24/express-serving', + description: 'GitHub repo for code written in lecture' + } ], readings: [ {