+
{{ currentUser?.firstName || 'Guest' }} {{ currentUser?.lastName || '' }}
-{{ currentUser?.email || 'e-learning@platform.com' }}
+{{ currentUser?.email || 'e-learning@platform.com' }}
ยังไม่มีบัญชีสมาชิก?
{{ $t("discovery.title") }}
@@ -178,7 +177,7 @@ onMounted(() => {
v-model="searchQuery"
type="text"
:placeholder="$t('discovery.searchPlaceholder') || 'ค้นหาคอร์สที่น่าสนใจที่นี่...'"
- class="w-full pl-14 pr-6 py-3.5 bg-white dark:bg-slate-800 border-2 border-transparent rounded-2xl text-slate-900 dark:text-white placeholder-slate-400 focus:outline-none focus:border-blue-500/20 focus:ring-4 focus:ring-blue-500/5 transition-all text-base font-medium shadow-sm"
+ class="w-full pl-14 pr-6 py-3.5 bg-white dark:!bg-slate-900/80 border-2 border-transparent dark:border-white/5 rounded-2xl text-slate-900 dark:text-white placeholder-slate-400 focus:outline-none focus:border-blue-500/20 focus:ring-4 focus:ring-blue-500/5 transition-all text-base font-medium shadow-sm"
@keyup.enter="loadCourses(1)"
/>
{{ $t("dashboard.chooseLibrary") }} @@ -346,10 +345,9 @@ const sideCourses = computed(() => enrolledCourses.value.slice(1, 3));
ติดตามความคืบหน้าและเรียนรู้ต่อจากจุดที่ค้างไว้
+{{ $t('myCourses.subtitle') }}