Skip to content

Commit 4d9eb4e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/users+/$username.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export default function ProfileRoute() {
5353
src={getUserImgSrc(data.user.image?.id)}
5454
alt={userDisplayName}
5555
className="h-52 w-52 rounded-full object-cover"
56-
width={823}
57-
height={823}
56+
width={832}
57+
height={832}
5858
/>
5959
</div>
6060
</div>

0 commit comments

Comments
 (0)