diff --git a/erpnext/public/js/education/lms/components/TopicCard.vue b/erpnext/public/js/education/lms/components/TopicCard.vue index a4fc808226f..883277d061d 100644 --- a/erpnext/public/js/education/lms/components/TopicCard.vue +++ b/erpnext/public/js/education/lms/components/TopicCard.vue @@ -4,15 +4,15 @@
-
{{ course.course_name }}
+
{{ topic.topic_name }}
- Topics + Content
    -
  • - - {{ topic.topic_name }} +
  • + + {{ content.content }} -
    {{ topic.topic_name }}
    +
    {{ content.content }}
@@ -35,8 +35,8 @@ import AButton from './Button.vue'; export default { - props: ['course', 'program_name'], - name: "CourseCard", + props: ['topic', 'course', 'program_name'], + name: "TopicCard", data() { return { courseMeta: {} @@ -111,6 +111,7 @@ export default { li { list-style-type: none; padding: 0; + } .fa { font-size: 0.8em;