diff --git a/app/components/MediaItem.tsx b/app/components/MediaItem.tsx
index 23f0c92..e060119 100644
--- a/app/components/MediaItem.tsx
+++ b/app/components/MediaItem.tsx
@@ -48,7 +48,7 @@ export default function MediaItem(props: MediaItemProps) {
{title}
{showUser && (
<>
- by {username}
+ by {username}
>
)}