We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f0f68 commit f634122Copy full SHA for f634122
app/[username]/UserInfo.js
@@ -5,7 +5,7 @@ const UserInfo = props => {
5
<>
6
<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">
7
<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} />
+ <img className="rounded-full w-full" src={props.avatarUrl} alt={props.name} />
9
10
{props.status && (
11
<div className="absolute bottom-[10%] right-[10%] translate-x-1/2 ">
0 commit comments