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 4d9eb4e commit 3e848a4Copy full SHA for 3e848a4
app/routes/users+/index.tsx
@@ -84,8 +84,8 @@ export default function UsersRoute({ loaderData }: Route.ComponentProps) {
84
alt={user.name ?? user.username}
85
src={getUserImgSrc(user.imageId)}
86
className="h-16 w-16 rounded-full"
87
- width={416}
88
- height={416}
+ width={256}
+ height={256}
89
/>
90
{user.name ? (
91
<span className="w-full overflow-hidden text-ellipsis whitespace-nowrap text-center text-body-md">
0 commit comments