From 254e034bdc5a3a670dcae49059cb8e0ad2b2a407 Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Fri, 12 Jan 2024 09:04:49 +0900 Subject: [PATCH] Correct a typing error in `FeedItem.tsx` and replace the middle dot in `Drawer.tsx` with a bullet. --- src/view/com/posts/FeedItem.tsx | 2 +- src/view/shell/Drawer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/com/posts/FeedItem.tsx b/src/view/com/posts/FeedItem.tsx index 8dee4ed499..a8aff05102 100644 --- a/src/view/com/posts/FeedItem.tsx +++ b/src/view/com/posts/FeedItem.tsx @@ -205,7 +205,7 @@ let FeedItemInner = ({ title={_( msg`Reposted by ${sanitizeDisplayName( reason.by.displayName || reason.by.handle, - )})`, + )}`, )}> {formatCountShortOnly(profile?.followersCount ?? 0)} {' '} - {pluralize(profile?.followersCount || 0, 'follower')} ·{' '} + {pluralize(profile?.followersCount || 0, 'follower')} •{' '} {formatCountShortOnly(profile?.followsCount ?? 0)} {' '}