Skip to content

Commit 1fb88d5

Browse files
committed
10 total lectures
1 parent fdaeb9f commit 1fb88d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
var publishCountdown = true; // false
151151
if (publishCountdown) {
152152
var firstLectureDate = new Date("March 3, 2025 10:00:00 GMT-04:00").getTime();
153-
var numLectures = 8;
153+
var numLectures = 10;
154154
let nextLectureDate = new Date(firstLectureDate.valueOf())
155155

156156
var lectureNumber = 1;

0 commit comments

Comments
 (0)