Skip to content

Commit

Permalink
fix(curriculum): rename Module Contents heading (#10852)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Apr 5, 2024
1 parent b5bb96e commit b5d354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/curriculum/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function CurriculumModuleOverview(
</header>
<RenderCurriculumBody doc={doc} />
<section className="module-contents">
<h2>Module Contents</h2>
<h2>Module list</h2>
{doc?.modules && <ModulesList modules={doc.modules} />}
</section>
<PrevNext doc={doc} />
Expand Down

0 comments on commit b5d354a

Please sign in to comment.