diff --git a/client/src/curriculum/landing.tsx b/client/src/curriculum/landing.tsx index 48c4b2d87bb3..e247b2e7ed31 100644 --- a/client/src/curriculum/landing.tsx +++ b/client/src/curriculum/landing.tsx @@ -42,12 +42,15 @@ export function CurriculumLanding(appProps: HydrationData) { } if (section.value.id === "modules") { const { title, id } = (section as ProseSection).value; + console.log(title); return ( <>
{title && } {doc?.modules && }
+ +
@@ -100,7 +103,6 @@ export function CurriculumLanding(appProps: HydrationData) { return null; }} /> - ); }