fix: list title on CoursePage
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<TopSection v-bind:title="course.course_name" v-bind:description="course.description">
|
<TopSection v-bind:title="course.course_name" v-bind:description="course.description">
|
||||||
</TopSection>
|
</TopSection>
|
||||||
<CardList :title="'Courses'" :description="''" :sectionType="'section-padding section-bg'">
|
<CardList :title="'Topics'" :description="''" :sectionType="'section-padding section-bg'">
|
||||||
<TopicCard slot="card-list-slot" v-for="topic in topicData" :topic="topic" :course="course.course_name" :program_name="program_name" :key="topic.name"/>
|
<TopicCard slot="card-list-slot" v-for="topic in topicData" :topic="topic" :course="course.course_name" :program_name="program_name" :key="topic.name"/>
|
||||||
</CardList>
|
</CardList>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user