|
@@ -49,7 +49,7 @@ const Widget = () => {
|
|
|
<div>
|
|
<div>
|
|
|
<CourseHead data={courseInfo} />
|
|
<CourseHead data={courseInfo} />
|
|
|
<Divider />
|
|
<Divider />
|
|
|
- <CourseIntro intro={courseInfo?.summary} />
|
|
|
|
|
|
|
+ <CourseIntro intro={courseInfo?.content} />
|
|
|
<Divider />
|
|
<Divider />
|
|
|
<TextBook
|
|
<TextBook
|
|
|
anthologyId={courseInfo?.anthology_id}
|
|
anthologyId={courseInfo?.anthology_id}
|