Skip to content

Commit

Permalink
feat: sizes prop 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzoo committed Sep 6, 2024
1 parent 9cb9a8b commit afbeded
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/AboutPage/components/Member/Card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ const MemberCard = ({
return (
<St.Card>
<St.ImageWrapper>
<St.ProfileImage src={imageSrc || NullImage.src} alt={`${name}의 프로필`} fill />
<St.ProfileImage
src={imageSrc || NullImage.src}
alt={`${name}의 프로필`}
fill
sizes="100%"
/>
</St.ImageWrapper>
<St.NameWrapper>
<St.Position>{position}</St.Position>
Expand Down

0 comments on commit afbeded

Please sign in to comment.