Skip to content

Commit

Permalink
Merge pull request #65 from team-pofo/feature/#62/profileImage
Browse files Browse the repository at this point in the history
Feature/#62/profile image
  • Loading branch information
ji-hunc authored Jan 23, 2025
2 parents e61e235 + 0c3c3ef commit cc53fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/MypageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function MypageMyInfo() {
return (
<Styles.MypageMyinfo>
<Image
src="https://avatars.githubusercontent.com/u/55120784?v=4"
src={user?.avatarUrl || "/icons/user.svg"}
alt=""
width={200}
height={200}
Expand Down

0 comments on commit cc53fa3

Please sign in to comment.