There was an error while loading. Please reload this page.
2 parents 1123bff + dee6303 commit e1c3eb0Copy full SHA for e1c3eb0
1 file changed
apps/web/src/app/university/application/ScorePageContent.tsx
@@ -236,10 +236,10 @@ const ApplicationScopeTabs = ({
236
}) => (
237
<div className="mt-6 flex h-11 items-start justify-between">
238
<ScopeTabButton isActive={scope === "all"} onClick={() => onScopeChange("all")}>
239
- 모든 대학 ({totalUniversityCount})
+ 모든 대학 ({totalUniversityCount}개)
240
</ScopeTabButton>
241
<ScopeTabButton isActive={scope === "withApplicants"} onClick={() => onScopeChange("withApplicants")}>
242
- 지원자 있는 대학 ({applicantUniversityCount})
+ 지원자 있는 대학 ({applicantUniversityCount}개)
243
244
</div>
245
);
0 commit comments