feat: Implement user profile dropdown menu with dark mode toggle and add new course browsing pages.
This commit is contained in:
parent
ae771420be
commit
5c6c13c261
4 changed files with 7 additions and 11 deletions
|
|
@ -245,9 +245,9 @@ const filteredCourses = computed(() => {
|
|||
|
||||
<!-- COURSE DETAIL VIEW: Detailed information about a specific course -->
|
||||
<div v-else>
|
||||
<button class="btn btn-secondary mb-6" @click="showDetail = false">
|
||||
← กลับหน้ารายการ
|
||||
</button>
|
||||
<NuxtLink to="/browse" class="btn btn-secondary mb-6 inline-block">
|
||||
← กลับหน้ารายการคอร์ส
|
||||
</NuxtLink>
|
||||
|
||||
<div class="grid-12">
|
||||
<!-- Main Content (Left Column) -->
|
||||
|
|
@ -393,7 +393,6 @@ const filteredCourses = computed(() => {
|
|||
>
|
||||
ฟรี
|
||||
</h2>
|
||||
<span class="status-pill status-success">ระยะเวลาจำกัด</span>
|
||||
</div>
|
||||
|
||||
<NuxtLink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue