Skip to content

Commit fa30c76

Browse files
authored
Merge pull request #253 from manNomi/fix/university
hot fix : 이미지 수정했습니다
2 parents 95ebe80 + a76b47f commit fa30c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ui/UniverSityCard/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const UniversityCard = ({ university, showCapacity = true }: UniversityCardProps
3131
<Image
3232
className="h-14 w-14 rounded-full object-cover"
3333
src={convertImageUrl(university.logoImageUrl)}
34-
width={62}
35-
height={62}
34+
width={56}
35+
height={56}
3636
alt="대학 이미지"
3737
/>
3838
</div>

0 commit comments

Comments
 (0)