feat: Implement user dashboard with recommended courses, a 'My Courses' page for enrolled courses, and a reusable CourseCard component.
This commit is contained in:
parent
840eae4fad
commit
acff387a9b
4 changed files with 9 additions and 8 deletions
|
|
@ -58,7 +58,7 @@ const handleLogout = async () => {
|
|||
self="top end"
|
||||
:offset="[0, 10]"
|
||||
content-class="bg-white dark:bg-[#0f172a] text-slate-900 dark:text-white rounded-2xl shadow-xl border border-slate-200/70 dark:border-white/5"
|
||||
style="min-width: 240px;"
|
||||
style="width: 240px;"
|
||||
>
|
||||
<q-list class="py-2">
|
||||
<q-item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue