Skip to content

Commit

Permalink
fix: 레티나
Browse files Browse the repository at this point in the history
  • Loading branch information
a-honey committed Feb 1, 2024
1 parent 2c639a5 commit 0d86401
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified src/assets/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/mypage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Mypage: NextPage = () => {
<main className={`flex flex-col gap-[20px] min-h-screen p-20 bg-gray1`}>
<div className="flex justify-between items-center">
<div className="flex gap-[15px] items-center">
<Image src={ProfileImg} alt="프로필 예시" />
<Image src={ProfileImg} alt="프로필 예시" width={52} height={52} />
<span className="heading2-semibold">닉네임</span>
</div>
<Link href="/mypage/profile">
Expand Down

0 comments on commit 0d86401

Please sign in to comment.