about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/view/screens/Settings/index.tsx8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/view/screens/Settings/index.tsx b/src/view/screens/Settings/index.tsx
index 737ca2d28..73bfaa83e 100644
--- a/src/view/screens/Settings/index.tsx
+++ b/src/view/screens/Settings/index.tsx
@@ -94,10 +94,14 @@ function SettingsAccountCard({
         />
       </View>
       <View style={[s.flex1]}>
-        <Text type="md-bold" style={[pal.text, a.self_start]} numberOfLines={1}>
+        <Text
+          emoji
+          type="md-bold"
+          style={[pal.text, a.self_start]}
+          numberOfLines={1}>
           {profile?.displayName || account.handle}
         </Text>
-        <Text type="sm" style={pal.textLight} numberOfLines={1}>
+        <Text emoji type="sm" style={pal.textLight} numberOfLines={1}>
           {account.handle}
         </Text>
       </View>