diff --git a/src/app/(student)/dashboard/page.tsx b/src/app/(student)/dashboard/page.tsx index fd54f9d..3ab11ed 100644 --- a/src/app/(student)/dashboard/page.tsx +++ b/src/app/(student)/dashboard/page.tsx @@ -45,7 +45,7 @@ export default async function StudentDashboard() { const completedSet = new Set(progressRecords.map((p) => p.lessonId)); return ( -
+

Мои курсы

{active.length} активных курсов @@ -85,9 +85,9 @@ export default async function StudentDashboard() { )}

-

{course.title}

+

{course.title}

{course.description && ( -

+

{course.description}

)}