Skip to content

Commit

Permalink
[ Mobile ] [ Style ] 마이페이지 뱃지크기 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
jamooooong committed Nov 11, 2024
1 parent 9c512d9 commit 159bd0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Profile = ({ profileImg, language, userName, tier }: ProfileProps) => {
return (
<div className={containerStyle}>
<div className={profileImgDivStyle}>
<SVGTier size="sm" className={tierImgStyle} tier={tier} />
<SVGTier size="Lg" className={tierImgStyle} tier={tier} />
<CircleImage src={profileImg} size="mobileLg" />
</div>

Expand Down

0 comments on commit 159bd0f

Please sign in to comment.