Skip to content

Commit

Permalink
refactor: 릴레이 질문 시작 지면 objectFit cover 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
semnil5202 committed Aug 26, 2024
1 parent 4c92e78 commit 2abc8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const convertProfileImage = (profileImageUrl: string) => {

return (
<div css={profileImgWrapperCss}>
<Image src={profileImageUrl} alt="profile image" width={142} height={142} />
<Image src={profileImageUrl} alt="profile image" width={142} height={142} style={{ objectFit: 'cover' }} />
</div>
);
};
Expand Down

0 comments on commit 2abc8e1

Please sign in to comment.