Skip to content

Commit

Permalink
fix(QYOG-153): 동아리 카드 이미지 컴포넌트 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
soonki-98 committed May 5, 2024
1 parent b40eed7 commit c9eff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/Club/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function Card({ contents, onClick }: CardProps) {
src={contents.logoPath || Logo}
title={contents.name}
quality={30}
height={185}
fill
/>
</S.ClubImage>
<Column css={{ padding: "2px 5px", width: "100%" }}>
Expand Down

0 comments on commit c9eff3c

Please sign in to comment.