We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e848a4 commit 5369c82Copy full SHA for 5369c82
app/routes/users+/$username_+/notes.tsx
@@ -44,8 +44,8 @@ export default function NotesRoute({ loaderData }: Route.ComponentProps) {
44
src={getUserImgSrc(loaderData.owner.image?.id)}
45
alt={ownerDisplayName}
46
className="h-16 w-16 rounded-full object-cover lg:h-24 lg:w-24"
47
- width={416}
48
- height={416}
+ width={256}
+ height={256}
49
/>
50
<h1 className="text-center text-base font-bold md:text-lg lg:text-left lg:text-2xl">
51
{ownerDisplayName}'s Notes
0 commit comments