integers added
This commit is contained in:
@@ -7,7 +7,7 @@ export default function LessonsOverview() {
|
||||
return (
|
||||
<div>
|
||||
<h1 className="mb-2 text-3xl font-bold tracking-tight">All Topics</h1>
|
||||
<p className="mb-10 text-muted">Form 1, Term 2 — Select a topic to explore</p>
|
||||
<p className="mb-10 text-muted">Form 1 — Select a topic to explore</p>
|
||||
|
||||
{curriculum.map((unit) => (
|
||||
<section key={unit.slug} className="mb-12">
|
||||
|
||||
Reference in New Issue
Block a user