feat: add dashboard page displaying a welcome message and dynamically loaded recommended courses.
This commit is contained in:
parent
c07d847955
commit
12e71c48b4
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ onMounted(async () => {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="dashboard-container">
|
||||
<div class="dashboard-container py-8 px-4">
|
||||
<!-- Welcome Header Section -->
|
||||
<div class="welcome-section mb-10 overflow-hidden relative rounded-[2.5rem] p-10 md:p-14 text-white shadow-lg dark:shadow-2xl dark:shadow-blue-900/20 transition-all">
|
||||
<div class="relative z-10 flex flex-col md:flex-row justify-between items-center gap-8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue