Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 2ea8b03

Browse files
committed
fix: update cohort name in CohortsPage to reflect current version
1 parent 18b76bd commit 2ea8b03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/public/CohortsPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ const CohortsPage = () => {
244244
style={{ animationDelay: '0.4s', animationFillMode: 'forwards' }}
245245
>
246246
<h2 className="text-3xl sm:text-4xl lg:text-5xl font-bold mb-6 text-gray-900 leading-tight">
247-
{cohort.name} Learning Programs
247+
Cohort 1.5 Learning Programs
248248
</h2>
249249

250250
<p className="text-lg lg:text-xl text-gray-600 mb-8 leading-relaxed max-w-3xl mx-auto">

0 commit comments

Comments
 (0)