diff --git a/app/components/CollectionLink/CollectionLink.tsx b/app/components/CollectionLink/CollectionLink.tsx
index a3ae98e..4b45fe8 100644
--- a/app/components/CollectionLink/CollectionLink.tsx
+++ b/app/components/CollectionLink/CollectionLink.tsx
@@ -15,7 +15,7 @@ export const CollectionLink = (props: any) => {
diff --git a/app/components/ReleaseLink/ReleaseLink.16_9Related.tsx b/app/components/ReleaseLink/ReleaseLink.16_9Related.tsx
index 8143712..aa2959f 100644
--- a/app/components/ReleaseLink/ReleaseLink.16_9Related.tsx
+++ b/app/components/ReleaseLink/ReleaseLink.16_9Related.tsx
@@ -43,7 +43,7 @@ export const ReleaseLink169Related = (props: any) => {
src={props.image}
height={250}
width={250}
- alt={props.title}
+ alt={props.title || ""}
className="object-cover aspect-[9/16] lg:aspect-[12/16] h-auto w-24 md:w-32 lg:w-48 rounded-md"
/>
diff --git a/app/components/UserSection/UserSection.tsx b/app/components/UserSection/UserSection.tsx
index 121f309..4dc7bfe 100644
--- a/app/components/UserSection/UserSection.tsx
+++ b/app/components/UserSection/UserSection.tsx
@@ -17,7 +17,7 @@ export const UserSection = (props: { sectionTitle?: string; content: any }) => {
return (
-
+
{user.login}