Correct a typing error in FeedItem.tsx and replace the middle dot in Drawer.tsx with a bullet.
This commit is contained in:
@@ -205,7 +205,7 @@ let FeedItemInner = ({
|
||||
title={_(
|
||||
msg`Reposted by ${sanitizeDisplayName(
|
||||
reason.by.displayName || reason.by.handle,
|
||||
)})`,
|
||||
)}`,
|
||||
)}>
|
||||
<FontAwesomeIcon
|
||||
icon="retweet"
|
||||
|
||||
@@ -92,7 +92,7 @@ let DrawerProfileCard = ({
|
||||
<Text type="xl-medium" style={pal.text}>
|
||||
{formatCountShortOnly(profile?.followersCount ?? 0)}
|
||||
</Text>{' '}
|
||||
{pluralize(profile?.followersCount || 0, 'follower')} ·{' '}
|
||||
{pluralize(profile?.followersCount || 0, 'follower')} •{' '}
|
||||
<Text type="xl-medium" style={pal.text}>
|
||||
{formatCountShortOnly(profile?.followsCount ?? 0)}
|
||||
</Text>{' '}
|
||||
|
||||
Reference in New Issue
Block a user