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={_(
|
title={_(
|
||||||
msg`Reposted by ${sanitizeDisplayName(
|
msg`Reposted by ${sanitizeDisplayName(
|
||||||
reason.by.displayName || reason.by.handle,
|
reason.by.displayName || reason.by.handle,
|
||||||
)})`,
|
)}`,
|
||||||
)}>
|
)}>
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
icon="retweet"
|
icon="retweet"
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ let DrawerProfileCard = ({
|
|||||||
<Text type="xl-medium" style={pal.text}>
|
<Text type="xl-medium" style={pal.text}>
|
||||||
{formatCountShortOnly(profile?.followersCount ?? 0)}
|
{formatCountShortOnly(profile?.followersCount ?? 0)}
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
{pluralize(profile?.followersCount || 0, 'follower')} ·{' '}
|
{pluralize(profile?.followersCount || 0, 'follower')} •{' '}
|
||||||
<Text type="xl-medium" style={pal.text}>
|
<Text type="xl-medium" style={pal.text}>
|
||||||
{formatCountShortOnly(profile?.followsCount ?? 0)}
|
{formatCountShortOnly(profile?.followsCount ?? 0)}
|
||||||
</Text>{' '}
|
</Text>{' '}
|
||||||
|
|||||||
Reference in New Issue
Block a user