diff options
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r-- | src/view/shell/Drawer.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index 04f144e87..b57569203 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -97,9 +97,9 @@ let DrawerProfileCard = ({ value={profile?.followersCount || 0} one="follower" other="followers" - />{' '} - ·{' '} - </Trans> + /> + </Trans>{' '} + ·{' '} <Trans> <Text type="xl-medium" style={pal.text}> {formatCountShortOnly(profile?.followsCount ?? 0)} |