Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep committed Dec 30, 2024
2 parents 3eb3b49 + 857aae3 commit cb10d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/protected/account/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ export default function Profile() {
<Image
src={avatarUrl || '/placeholder-user.jpg'}
alt="Profile Avatar"
width={192}
height={192}
className="object-cover"
width={400}
height={400}
className="h-full w-full object-cover object-top"
/>
</div>
</div>
Expand Down

0 comments on commit cb10d09

Please sign in to comment.