Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/app/university/[id]/InfoSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const InfoSection = ({
</span>
</div>
</div>
{/* 자격요건 */}
{/* 기숙사 */}
{detailsForApplyFold ? (
<div
className="flex h-[50px] items-center justify-between rounded-sm bg-k-50 px-3"
Expand All @@ -58,7 +58,7 @@ const InfoSection = ({
>
<div className="flex items-center gap-2.5">
<DetailsForApplyIcon />
<span className="text-base font-semibold text-k-900">자격요건</span>
<span className="text-base font-semibold text-k-900">기숙사</span>
</div>
<div className="flex h-7 w-[50px] items-center justify-center rounded-full bg-k-50">
<FoldIcon />
Expand All @@ -78,7 +78,7 @@ const InfoSection = ({
<div className="flex items-center justify-between rounded-sm">
<div className="flex items-center gap-2.5">
<DetailsForApplyIcon />
<span className="text-base font-semibold text-k-900">자격요건</span>
<span className="text-base font-semibold text-k-900">기숙사</span>
</div>
<div className="flex h-7 w-[50px] items-center justify-center rounded-full bg-k-50">
<UnFoldIcon />
Expand All @@ -103,7 +103,7 @@ const InfoSection = ({
>
<div className="flex items-center gap-2.5">
<DetailsForAccommodationIcon />
<span className="text-base font-semibold text-k-900">자격요건</span>
<span className="text-base font-semibold text-k-900">기숙사</span>
</div>
<div className="flex h-7 w-[50px] items-center justify-center rounded-full bg-k-50">
<FoldIcon />
Expand All @@ -123,7 +123,7 @@ const InfoSection = ({
<div className="flex items-center justify-between rounded-sm">
<div className="flex items-center gap-2.5">
<DetailsForAccommodationIcon />
<span className="text-base font-semibold text-k-900">자격요건</span>
<span className="text-base font-semibold text-k-900">기숙사</span>
</div>
<div className="flex h-7 w-[50px] items-center justify-center rounded-full bg-k-50">
<UnFoldIcon />
Expand Down