
--- src/components/lessons/lesson1.jsx
+++ src/components/lessons/lesson1.jsx
... | ... | @@ -166,7 +166,7 @@ |
166 | 166 |
<h2 className="lesson-h2"> |
167 | 167 |
<mark>{getLessonTitle()}</mark> |
168 | 168 |
</h2> |
169 |
- <p className="lesson-p">컨텐츠 행성</p> |
|
169 |
+ <p className="lesson-p">콘텐츠 행성</p> |
|
170 | 170 |
<div className="lesson-contents"> |
171 | 171 |
<ul className="lesson"> |
172 | 172 |
<li onClick={goWordAbsorb}> |
--- src/pages/main/MainStudent.jsx
+++ src/pages/main/MainStudent.jsx
... | ... | @@ -254,7 +254,7 @@ |
254 | 254 |
onClick={goContent} |
255 | 255 |
style={{ cursor: "pointer" }} |
256 | 256 |
> |
257 |
- 학습 컨텐츠 바로가기 |
|
257 |
+ 학습 콘텐츠 바로가기 |
|
258 | 258 |
</div> |
259 | 259 |
</div> |
260 | 260 |
</div> |
... | ... | @@ -280,7 +280,7 @@ |
280 | 280 |
<div className="mainstudent-recommend-right-container"> |
281 | 281 |
<div className="mainstudent-recommend-container"> |
282 | 282 |
<div className="mainstudent-recommend-question"> |
283 |
- <h2>가장 인기 많은 학습 컨텐츠</h2> |
|
283 |
+ <h2>가장 인기 많은 학습 콘텐츠</h2> |
|
284 | 284 |
</div> |
285 | 285 |
<div className="mainstudent-recommend-keys"> |
286 | 286 |
{topTwoKeys.map((key) => ( |
--- src/pages/main/mainp.jsx
+++ src/pages/main/mainp.jsx
... | ... | @@ -73,7 +73,7 @@ |
73 | 73 |
|
74 | 74 |
// 사용자 입력을 저장할 state 초기화 |
75 | 75 |
const [comment, setComment] = useState( |
76 |
- "AI 학습 도우미가 너의 학습 이력을 분석해 추천 컨텐츠를 알아냈어! \n 추천별★를 확인해봐!" |
|
76 |
+ "AI 학습 도우미가 너의 학습 이력을 분석해 추천 콘텐츠를 알아냈어! \n 추천별★를 확인해봐!" |
|
77 | 77 |
); |
78 | 78 |
useEffect(() => { |
79 | 79 |
const fetchData = async () => { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?