diff --git a/apps/client/src/components/profile/ProfileList/index.tsx b/apps/client/src/components/profile/ProfileList/index.tsx
index 027a9c98..34d7de3a 100644
--- a/apps/client/src/components/profile/ProfileList/index.tsx
+++ b/apps/client/src/components/profile/ProfileList/index.tsx
@@ -44,7 +44,7 @@ const ProfileList = ({ major, isRecruited, cardinal, promotion }: ProfileListPro
))}
) : (
- 앗! 해당 분야의 학생이 없어요..
+ 앗! 해당 분야의 학생이 없어요..
);
};