feat: implement onboarding process and enrollment status tracking for users
This commit is contained in:
@@ -161,7 +161,7 @@ const Dashboard = () => {
|
||||
<div>
|
||||
<h3 className="text-xl">Learning</h3>
|
||||
<p className="text-fg-muted text-sm mt-1">
|
||||
{curriculumActive ? `Week ${weekNumber} topic:` : 'Your topic this week:'}
|
||||
{curriculumActive ? `Week ${currWeek} topic:` : 'Your topic this week:'}
|
||||
</p>
|
||||
</div>
|
||||
{learnDone ? <Tag variant="success">Completed</Tag> : <Tag variant="accent">To Do</Tag>}
|
||||
|
||||
Reference in New Issue
Block a user