Skip to content

Commit

Permalink
contain
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep authored Dec 15, 2024
1 parent 41acbec commit 553fbee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/protected/account/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ export default function Profile() {
<Image
src={avatarUrl || '/placeholder-user.jpg'}
alt="Profile Avatar"
width={192}
width={400}
height={400}
className="object-contain"
/>
</div>
</div>
Expand Down

0 comments on commit 553fbee

Please sign in to comment.