Skip to content

Commit 3e848a4

Browse files
Update app/routes/users+/index.tsx
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent 4d9eb4e commit 3e848a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/users+/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ export default function UsersRoute({ loaderData }: Route.ComponentProps) {
8484
alt={user.name ?? user.username}
8585
src={getUserImgSrc(user.imageId)}
8686
className="h-16 w-16 rounded-full"
87-
width={416}
88-
height={416}
87+
width={256}
88+
height={256}
8989
/>
9090
{user.name ? (
9191
<span className="w-full overflow-hidden text-ellipsis whitespace-nowrap text-center text-body-md">

0 commit comments

Comments
 (0)