From a864d256abee276745f55e74b829210a06c06640 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 2 Jun 2026 11:04:51 +0200 Subject: [PATCH] [Glitch] Fixes author name spacing in trending links items Port 0f7ec43b4ad1e9a53c2b5a61ae4dfa469e69fcaa to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/explore/components/story.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/explore/components/story.jsx b/app/javascript/flavours/glitch/features/explore/components/story.jsx index ad4d855984..84328d25fe 100644 --- a/app/javascript/flavours/glitch/features/explore/components/story.jsx +++ b/app/javascript/flavours/glitch/features/explore/components/story.jsx @@ -58,7 +58,7 @@ export const Story = ({
- {author ? : {author} }} /> : } + {author ? : {author} }} tagName='span' /> : } {typeof sharedTimes === 'number' ? : }