Skip to content

Commit

Permalink
Update ProfileImage dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 19, 2024
1 parent 71b018b commit 5b5eae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/ProfileImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default function ProfileImage() {
<Image
src='/walnuts.jpg'
alt='walnuts icon'
width={500}
height={500}
width={1024}
height={1024}
className=' h-full w-full rounded-full'
/>
</div>
Expand Down

0 comments on commit 5b5eae2

Please sign in to comment.