integers added

This commit is contained in:
2026-03-26 08:50:17 -04:00
parent 1764adf0a5
commit 221997f2d9
17 changed files with 1520 additions and 64 deletions

View File

@@ -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 &mdash; Select a topic to explore</p>
<p className="mb-10 text-muted">Form 1 &mdash; Select a topic to explore</p>
{curriculum.map((unit) => (
<section key={unit.slug} className="mb-12">