+7
-10
src/screens/Profile/components/ProfileFeedHeader.tsx
+7
-10
src/screens/Profile/components/ProfileFeedHeader.tsx
···
235
235
style={[
236
236
a.text_md,
237
237
a.font_bold,
238
-
a.leading_tight,
238
+
a.leading_snug,
239
239
gtMobile && a.text_lg,
240
240
]}
241
-
numberOfLines={2}>
241
+
numberOfLines={2}
242
+
emoji>
242
243
{info.displayName}
243
244
</Text>
244
245
<View style={[a.flex_row, {gap: 6}]}>
···
442
443
<View style={[a.flex_1, a.gap_2xs]}>
443
444
<Text
444
445
style={[a.text_2xl, a.font_bold, a.leading_tight]}
445
-
numberOfLines={2}>
446
+
numberOfLines={2}
447
+
emoji>
446
448
{info.displayName}
447
449
</Text>
448
450
<Text
449
-
style={[a.text_sm, a.leading_tight, t.atoms.text_contrast_medium]}
451
+
style={[a.text_sm, a.leading_relaxed, t.atoms.text_contrast_medium]}
450
452
numberOfLines={1}>
451
453
<Trans>
452
454
By{' '}
···
456
458
did: info.creatorDid,
457
459
handle: info.creatorHandle,
458
460
})}
459
-
style={[
460
-
a.text_sm,
461
-
a.leading_tight,
462
-
a.underline,
463
-
t.atoms.text_contrast_medium,
464
-
]}
461
+
style={[a.text_sm, a.underline, t.atoms.text_contrast_medium]}
465
462
numberOfLines={1}
466
463
onPress={() => control.close()}>
467
464
{sanitizeHandle(info.creatorHandle, '@')}