Correct a typing error in FeedItem.tsx and replace the middle dot in Drawer.tsx with a bullet.

This commit is contained in:
Minseo Lee
2024-01-12 09:04:49 +09:00
parent b147f7ae8a
commit 254e034bdc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ let FeedItemInner = ({
title={_(
msg`Reposted by ${sanitizeDisplayName(
reason.by.displayName || reason.by.handle,
)})`,
)}`,
)}>
<FontAwesomeIcon
icon="retweet"
+1 -1
View File
@@ -92,7 +92,7 @@ let DrawerProfileCard = ({
<Text type="xl-medium" style={pal.text}>
{formatCountShortOnly(profile?.followersCount ?? 0)}
</Text>{' '}
{pluralize(profile?.followersCount || 0, 'follower')} &middot;{' '}
{pluralize(profile?.followersCount || 0, 'follower')} {' '}
<Text type="xl-medium" style={pal.text}>
{formatCountShortOnly(profile?.followsCount ?? 0)}
</Text>{' '}