diff --git a/apps/web/src/app/university/application/ScorePageContent.tsx b/apps/web/src/app/university/application/ScorePageContent.tsx index 8fc80f86..216c38e2 100644 --- a/apps/web/src/app/university/application/ScorePageContent.tsx +++ b/apps/web/src/app/university/application/ScorePageContent.tsx @@ -8,9 +8,10 @@ import { useGetApplicationsList } from "@/apis/applications"; import ConfirmCancelModal from "@/components/modal/ConfirmCancelModal"; import { DEFAULT_MAX_CHOICE_COUNT, getHomeUniversityById, REGIONS_KO } from "@/constants/university"; import useAuthStore from "@/lib/zustand/useAuthStore"; +import { IconExpandMoreFilled } from "@/public/svgs/community"; import type { Applicant, ScoreSheet as ScoreSheetType } from "@/types/application"; import type { RegionKo } from "@/types/university"; -import { getApplicationDetailHref, MobileScoreSheet } from "./ScoreSheet"; +import { getApplicationDetailHref, MobileScoreSheet, ScoreSheetLogo } from "./ScoreSheet"; type ApplicantScope = "all" | "withApplicants"; type ScoreSort = "applicants" | "gpa"; @@ -160,7 +161,7 @@ const AppliedUniversitySection = ({ }) => (
-

지원한 대학({appliedUniversities.length})

+

지원한 대학 ({appliedUniversities.length}개)