Skip to content

Commit

Permalink
used more css
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep authored Dec 15, 2024
1 parent 8b4dc76 commit 857aae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/protected/account/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ export default function Profile() {
<div className="bg-transparent shadow rounded-md">
<div className="flex flex-col items-center space-y-6 mt-8">
<div className="relative">
<div className="w-48 h-96 rounded-full overflow-hidden">
<div className="w-48 h-48 rounded-full overflow-hidden">
<Image
src={avatarUrl || '/placeholder-user.jpg'}
alt="Profile Avatar"
width={400}
height={400}
className="object-contain"
className="h-full w-full object-cover object-top"
/>
</div>
</div>
Expand Down

0 comments on commit 857aae3

Please sign in to comment.