From 4ecc5e89c7499ad9556942c39603af160cf484b8 Mon Sep 17 00:00:00 2001 From: yoonc01 Date: Wed, 24 Jun 2026 01:24:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B2=BD=ED=9D=AC=EB=8C=80=20=ED=99=88?= =?UTF-8?q?=20=EB=8C=80=ED=95=99=EA=B5=90=20ID=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/university-web/src/constants/university.ts | 2 +- apps/web/src/constants/university.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/university-web/src/constants/university.ts b/apps/university-web/src/constants/university.ts index 0ffc8eb4..7ef79805 100644 --- a/apps/university-web/src/constants/university.ts +++ b/apps/university-web/src/constants/university.ts @@ -51,7 +51,7 @@ export const HOME_UNIVERSITY_LIST: HomeUniversityInfo[] = [ color: "#004C98", }, { - homeUniversityId: 4, + homeUniversityId: 2, name: HomeUniversity.KYUNGHEE, slug: "kyunghee", shortName: "경희대", diff --git a/apps/web/src/constants/university.ts b/apps/web/src/constants/university.ts index 0ffc8eb4..7ef79805 100644 --- a/apps/web/src/constants/university.ts +++ b/apps/web/src/constants/university.ts @@ -51,7 +51,7 @@ export const HOME_UNIVERSITY_LIST: HomeUniversityInfo[] = [ color: "#004C98", }, { - homeUniversityId: 4, + homeUniversityId: 2, name: HomeUniversity.KYUNGHEE, slug: "kyunghee", shortName: "경희대",