ALIVE! make it work and navigation now dynamic

This commit is contained in:
kilyabin
2025-11-18 03:15:23 +04:00
parent 642649e240
commit 5feff78420
10 changed files with 11361 additions and 31 deletions

View File

@@ -86,6 +86,11 @@ export function Lesson({ lesson, width = 350 }: {
{lesson.time.start} - {lesson.time.end}{
}{lesson.time.hint && <span className='font-bold'>&nbsp;({lesson.time.hint})</span>}
</CardDescription>
{hasTeacher && lesson.teacher && (
<CardDescription className='text-sm font-medium'>
{lesson.teacher}
</CardDescription>
)}
</div>
</div>
</CardHeader>