Skip to content

Commit 7fd4991

Browse files
authored
Merge pull request #264 from manNomi/fix/university-korean
fix : 기숙사 -> 자격요건으로 텍스트 수정했습니다
2 parents 828aa0c + 60096d0 commit 7fd4991

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/university/[id]/InfoSection.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const InfoSection = ({
4444
</span>
4545
</div>
4646
</div>
47-
{/* 자격요건 */}
47+
{/* 기숙사 */}
4848
{detailsForApplyFold ? (
4949
<div
5050
className="flex h-[50px] items-center justify-between rounded-sm bg-k-50 px-3"
@@ -58,7 +58,7 @@ const InfoSection = ({
5858
>
5959
<div className="flex items-center gap-2.5">
6060
<DetailsForApplyIcon />
61-
<span className="text-base font-semibold text-k-900">자격요건</span>
61+
<span className="text-base font-semibold text-k-900">기숙사</span>
6262
</div>
6363
<div className="flex h-7 w-[50px] items-center justify-center rounded-full bg-k-50">
6464
<FoldIcon />
@@ -78,7 +78,7 @@ const InfoSection = ({
7878
<div className="flex items-center justify-between rounded-sm">
7979
<div className="flex items-center gap-2.5">
8080
<DetailsForApplyIcon />
81-
<span className="text-base font-semibold text-k-900">자격요건</span>
81+
<span className="text-base font-semibold text-k-900">기숙사</span>
8282
</div>
8383
<div className="flex h-7 w-[50px] items-center justify-center rounded-full bg-k-50">
8484
<UnFoldIcon />
@@ -103,7 +103,7 @@ const InfoSection = ({
103103
>
104104
<div className="flex items-center gap-2.5">
105105
<DetailsForAccommodationIcon />
106-
<span className="text-base font-semibold text-k-900">자격요건</span>
106+
<span className="text-base font-semibold text-k-900">기숙사</span>
107107
</div>
108108
<div className="flex h-7 w-[50px] items-center justify-center rounded-full bg-k-50">
109109
<FoldIcon />
@@ -123,7 +123,7 @@ const InfoSection = ({
123123
<div className="flex items-center justify-between rounded-sm">
124124
<div className="flex items-center gap-2.5">
125125
<DetailsForAccommodationIcon />
126-
<span className="text-base font-semibold text-k-900">자격요건</span>
126+
<span className="text-base font-semibold text-k-900">기숙사</span>
127127
</div>
128128
<div className="flex h-7 w-[50px] items-center justify-center rounded-full bg-k-50">
129129
<UnFoldIcon />

0 commit comments

Comments
 (0)