From 0f7ec43b4ad1e9a53c2b5a61ae4dfa469e69fcaa Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 2 Jun 2026 11:04:51 +0200 Subject: [PATCH] Fixes author name spacing in trending links items (#39246) --- app/javascript/mastodon/features/explore/components/story.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/explore/components/story.jsx b/app/javascript/mastodon/features/explore/components/story.jsx index 449591eace..a031d6c6dd 100644 --- a/app/javascript/mastodon/features/explore/components/story.jsx +++ b/app/javascript/mastodon/features/explore/components/story.jsx @@ -58,7 +58,7 @@ export const Story = ({
- {author ? : {author} }} /> : } + {author ? : {author} }} tagName='span' /> : } {typeof sharedTimes === 'number' ? : }