Skip to content

Commit

Permalink
Fix spacing issue in MediaItem component
Browse files Browse the repository at this point in the history
  • Loading branch information
pietvanzoen committed Jul 6, 2023
1 parent fbacd40 commit f23569f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/MediaItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function MediaItem(props: MediaItemProps) {
{title}
{showUser && (
<>
by <Link to={`/users/${username}`}>{username}</Link>
&nbsp;by <Link to={`/users/${username}`}>{username}</Link>
</>
)}
</figcaption>
Expand Down

0 comments on commit f23569f

Please sign in to comment.