Skip to content

Commit 3cace2c

Browse files
Change upcoming dates to "Coming Soon"
1 parent b469185 commit 3cace2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

course-settings.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ const courseSettings = {
2828
{ separator: true, title: "Java Programming I" },
2929
],
3030
sidebarFuturePages: [
31-
{ title: "Part 12", tba: "21.4." },
32-
{ title: "Part 13", tba: "28.4." },
33-
{ title: "Part 14", tba: "5.5." },
31+
{ title: "Part 12", tba: "Coming Soon" }, // 21.4.
32+
{ title: "Part 13", tba: "Coming Soon" }, // 28.4.
33+
{ title: "Part 14", tba: "Coming Soon" }, // 5.5.
3434
], // { title: "Osa 14", tba: "19.4.2019" },
3535
splitCourses: false,
3636
useNewPointsVisualization: false

0 commit comments

Comments
 (0)