From af5b1c65c06a72f388b2d7e124287c459f7d7b8b Mon Sep 17 00:00:00 2001 From: Minseo Lee Date: Fri, 12 Jan 2024 09:21:55 +0900 Subject: [PATCH] Bullet to middle dot --- src/view/com/post-thread/PostThreadItem.tsx | 2 +- src/view/shell/Drawer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index cd218a0623..c811cd12ba 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -706,7 +706,7 @@ function ExpandedPostDetails({ {niceDate(post.indexedAt)} {needsTranslation && ( <> - + · Translate diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index 6ea473f06f..6f748755a8 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -92,7 +92,7 @@ let DrawerProfileCard = ({ {formatCountShortOnly(profile?.followersCount ?? 0)} {' '} - {pluralize(profile?.followersCount || 0, 'follower')} •{' '} + {pluralize(profile?.followersCount || 0, 'follower')} ·{' '} {formatCountShortOnly(profile?.followsCount ?? 0)} {' '}