diff --git a/src/components/main/homeMain/homeStatus/HomeStatus.tsx b/src/components/main/homeMain/homeStatus/HomeStatus.tsx index 09fd09c..cb7c0b5 100644 --- a/src/components/main/homeMain/homeStatus/HomeStatus.tsx +++ b/src/components/main/homeMain/homeStatus/HomeStatus.tsx @@ -25,7 +25,7 @@ const HomeStatus = () => { <> 생성한 동화 | {status.createdTaleCount}개 학습한 동화 | {status.studiedTaleCount}개 - 학습 횟수 | {status.studyCount}개 + 학습 횟수 | {status.studyCount}회 학습 중인 언어 |{" "} {status.learningLanguageList.map((language, index) => (