Skip to content

Commit 09fd839

Browse files
Update app/routes/settings+/profile.index.tsx
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent 5f90cc3 commit 09fd839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/settings+/profile.index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ export default function EditUserProfile({ loaderData }: Route.ComponentProps) {
106106
src={getUserImgSrc(loaderData.user.image?.id)}
107107
alt={loaderData.user.username}
108108
className="h-full w-full rounded-full object-cover"
109-
width={823}
110-
height={823}
109+
width={832}
110+
height={832}
111111
isAboveFold
112112
/>
113113
<Button

0 commit comments

Comments
 (0)