Skip to content

Commit a42e92e

Browse files
committed
fix: syllabus title
1 parent ca67f64 commit a42e92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/syllabus/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import * as syllabus from '../../content/syllabus.md';
66
const Content = syllabus.Content;
77
---
88

9-
<LessonLayout title="Course syllabus" altViewUrl="/syllabus/slides" hideContent>
9+
<LessonLayout title="Course syllabus" altViewUrl="/syllabus/slides" state='upcoming' category='homework' hideContent>
1010
<Content />
1111
</LessonLayout>

0 commit comments

Comments
 (0)