Skip to content

Commit f634122

Browse files
yujit2003devxprite
andauthored
Bug: Profile Image #10 (#15)
* bug: Profile Picture alignment correction Ref-#10 * bug: Profile Picture alignment correction Ref-#10 * Update app/[username]/UserInfo.js Co-authored-by: Prateek <devXprite@gmail.com> --------- Co-authored-by: Prateek <devXprite@gmail.com>
1 parent 23f0f68 commit f634122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/[username]/UserInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const UserInfo = props => {
55
<>
66
<div className="mx-auto flex max-w-screen-lg flex-col items-center justify-evenly gap-4 pb-6 md:flex-row md:gap-14">
77
<div className="relative size-36 flex-none rounded-full border-[4px] border-gray-600 md:size-48">
8-
<img className="rounded-full" src={props.avatarUrl} alt={props.name} />
8+
<img className="rounded-full w-full" src={props.avatarUrl} alt={props.name} />
99

1010
{props.status && (
1111
<div className="absolute bottom-[10%] right-[10%] translate-x-1/2 ">

0 commit comments

Comments
 (0)