Skip to content

Commit

Permalink
Refactor ProfileImage component styling
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 20, 2024
1 parent 9920ec3 commit e519723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/ProfileImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ProfileImage() {
alt='walnuts icon'
width={256}
height={256}
className='rounded-full h-full w-full cursor-pointer object-contain'
className='rounded-full h-full w-full cursor-pointer object-contain'
priority={true}
onClick={() => {
setIsExpanded(true)
Expand All @@ -53,13 +53,13 @@ export default function ProfileImage() {
setIsExpanded(false)
}}
></div>
<div className='rounded-full relative profile-image h-[80vmin]'>
<div className='rounded-full relative profile-image h-[80vmin] w-[80vmin]'>
<Image
src='/walnuts.jpg'
alt='walnuts icon'
width={1024}
height={1024}
className=' h-full w-full rounded-full'
className='rounded-full object-contain h-full w-full'
/>
</div>
<button
Expand Down

0 comments on commit e519723

Please sign in to comment.