feat: Add "My Courses" page for enrolled course management and "Course Discovery" page for browsing and enrolling in courses.
This commit is contained in:
parent
878a17f922
commit
c72b76c2a5
3 changed files with 104 additions and 13 deletions
|
|
@ -284,7 +284,7 @@ onMounted(() => {
|
|||
|
||||
<!-- Course Syllabus -->
|
||||
<div class="bg-white dark:bg-slate-800 rounded-3xl p-8 shadow-sm border border-slate-100 dark:border-slate-700">
|
||||
<h3 class="text-xl font-bold mb-6 text-slate-900 dark:text-white flex items-center gap-2">
|
||||
<h3 class="text-xl font-bold mb-6 text-slate-900 flex items-center gap-2">
|
||||
<span class="w-1 h-6 bg-blue-500 rounded-full"></span>
|
||||
{{ $t('course.courseContent') }}
|
||||
</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue