Skip to content

Commit

Permalink
refactor: 공통 컴포넌트 아바타의 이미지에서 필요없는 block 속성 삭제 #41
Browse files Browse the repository at this point in the history
  • Loading branch information
leegwae committed Nov 15, 2022
1 parent a57a62d commit eedee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/common/components/Avatar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Avatar: React.FC<AvatarProps> = ({ name, url, size, variant }) => {
>
{url ? (
<img
className="block object-cover"
className="object-cover"
src={url}
alt={`커뮤니티 ${name}의 프로필 이미지`}
/>
Expand Down

0 comments on commit eedee71

Please sign in to comment.