Skip to content

Commit 3ae3947

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ export default function NoteRoute({
111111
src={getNoteImgSrc(image.id)}
112112
alt={image.altText ?? ''}
113113
className="h-32 w-32 rounded-lg object-cover"
114-
width={516}
115-
height={516}
114+
width={512}
115+
height={512}
116116
/>
117117
</a>
118118
</li>

0 commit comments

Comments
 (0)