Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Emoji in account list (#5497)

authored by

Eric Bailey and committed by
GitHub
179a913f 625d7460

+4 -2
+4 -2
src/components/AccountList.tsx
··· 126 126 <UserAvatar avatar={profile?.avatar} size={24} /> 127 127 </View> 128 128 <Text style={[a.align_baseline, a.flex_1, a.flex_row, a.py_sm]}> 129 - <Text style={[a.font_bold]}> 129 + <Text emoji style={[a.font_bold]}> 130 130 {profile?.displayName || account.handle}{' '} 131 131 </Text> 132 - <Text style={[t.atoms.text_contrast_medium]}>{account.handle}</Text> 132 + <Text emoji style={[t.atoms.text_contrast_medium]}> 133 + {account.handle} 134 + </Text> 133 135 </Text> 134 136 {isCurrentAccount ? ( 135 137 <Check