diff --git a/Frontend-Learner/pages/classroom/learning.vue b/Frontend-Learner/pages/classroom/learning.vue
index 4039da67..463a7597 100644
--- a/Frontend-Learner/pages/classroom/learning.vue
+++ b/Frontend-Learner/pages/classroom/learning.vue
@@ -48,8 +48,8 @@ const chapters = [
{
title: '02. วิธีการวิจัย',
lessons: [
- { id: '2.1', title: 'การสัมภาษณ์ผู้ใช้', icon: '🔒', status: 'locked' },
- { id: '2.2', title: 'การสร้าง Persona', icon: '🔒', status: 'locked' },
+ { id: '2.1', title: 'การสัมภาษณ์ผู้ใช้', icon: '', status: 'locked' },
+ { id: '2.2', title: 'การสร้าง Persona', icon: '', status: 'locked' },
]
}
]
@@ -93,12 +93,12 @@ const seek = (e: MouseEvent) => {
-