Skip to content

Commit

Permalink
Update profile image dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 19, 2024
1 parent 4572b84 commit c00623f
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 @@ -27,8 +27,8 @@ export default function ProfileImage() {
<Image
src='/walnuts.jpg'
alt='walnuts icon'
width={500}
height={500}
width={200}
height={200}
className='rounded-full h-full w-full cursor-pointer object-contain'
onClick={() => {
setIsExpanded(true)
Expand Down

0 comments on commit c00623f

Please sign in to comment.