Skip to content

Commit 5369c82

Browse files
Update app/routes/users+/$username_+/notes.tsx
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent 3e848a4 commit 5369c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/users+/$username_+/notes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export default function NotesRoute({ loaderData }: Route.ComponentProps) {
4444
src={getUserImgSrc(loaderData.owner.image?.id)}
4545
alt={ownerDisplayName}
4646
className="h-16 w-16 rounded-full object-cover lg:h-24 lg:w-24"
47-
width={416}
48-
height={416}
47+
width={256}
48+
height={256}
4949
/>
5050
<h1 className="text-center text-base font-bold md:text-lg lg:text-left lg:text-2xl">
5151
{ownerDisplayName}'s Notes

0 commit comments

Comments
 (0)