mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-23 19:29:28 +08:00
学完课程文案优化
This commit is contained in:
@@ -66,7 +66,7 @@ export const CoursesModel: React.FC<PropInterface> = ({
|
||||
{progress === 100 && (
|
||||
<div className={styles["success"]}>
|
||||
<Image width={24} height={24} src={mediaIcon} preview={false} />
|
||||
<span className="ml-8">恭喜你学完此套课程!</span>
|
||||
<span className="ml-8">恭喜你学完此课程!</span>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user