文案优化

This commit is contained in:
禺狨 2023-06-30 15:44:55 +08:00
parent 6d6459d0e6
commit fb8b39e74f
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ export const CoursesModel: React.FC<PropInterface> = ({
src={mediaIcon} src={mediaIcon}
style={{ marginRight: 5 }} style={{ marginRight: 5 }}
/> />
<span>!</span> <span>!</span>
</div> </div>
)} )}
</div> </div>

View File

@ -87,7 +87,7 @@ const StudyPage = () => {
<> <>
<Image width={20} height={20} src={mediaIcon} /> <Image width={20} height={20} src={mediaIcon} />
<span className={styles["tip"]}> <span className={styles["tip"]}>
! !
</span> </span>
</> </>
)} )}