all your fetch calls are mine

This commit is contained in:
amy 2024-11-04 07:23:24 +03:30
parent 80e902f9c1
commit ce9c0ea270
No known key found for this signature in database
9 changed files with 14 additions and 14 deletions

View file

@ -25,7 +25,7 @@ export function SingularOomfie(props: { name: string, url: string, discordid: st
"border-radius": "30%",
}}
src={imageSrc()}
alt="LMAO IMAGINE BEING BLIND"
alt={"profile picture for" + props.name}
/>
</a>
);