feat: add AppHeader and CourseCard components for application layout and course display.

This commit is contained in:
supalerk-ar66 2026-02-09 15:13:03 +07:00
parent 2d30b40328
commit 4735d3ceeb
2 changed files with 3 additions and 3 deletions

View file

@ -136,9 +136,9 @@ const displayDescription = computed(() => getLocalizedText(props.description))
<!-- Study Again -->
<q-btn
v-if="showStudyAgain"
flat
outline
rounded
class="w-full font-bold text-slate-600 hover:text-blue-600 dark:text-slate-400 dark:hover:text-blue-400"
class="w-full font-bold border-2 border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white dark:border-blue-400 dark:text-blue-400 dark:hover:bg-blue-500 dark:hover:text-white transition-all"
:label="$t('course.studyAgain')"
:to="`/classroom/learning?course_id=${id}`"
/>