Skip to content

Commit 902e70a

Browse files
Update app/routes/users+/$username_+/__note-editor.tsx
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent afa2756 commit 902e70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/routes/users+/$username_+/__note-editor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ function ImageChooser({ meta }: { meta: FieldMetadata<ImageFieldset> }) {
193193
src={previewImage}
194194
alt={altText ?? ''}
195195
className="h-32 w-32 rounded-lg object-cover"
196-
width={516}
197-
height={516}
196+
width={512}
197+
height={512}
198198
/>
199199
{existingImage ? null : (
200200
<div className="pointer-events-none absolute -right-0.5 -top-0.5 rotate-12 rounded-sm bg-secondary px-2 py-1 text-xs text-secondary-foreground shadow-md">

0 commit comments

Comments
 (0)