Skip to content

Commit

Permalink
change hieght
Browse files Browse the repository at this point in the history
  • Loading branch information
chuma-beep authored Dec 15, 2024
1 parent 553fbee commit 8b4dc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/protected/account/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ 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-48 rounded-full overflow-hidden">
<div className="w-48 h-96 rounded-full overflow-hidden">
<Image
src={avatarUrl || '/placeholder-user.jpg'}
alt="Profile Avatar"
Expand Down

0 comments on commit 8b4dc76

Please sign in to comment.