Bluesky app fork with some witchin' additions 💫

Merge branch 'main' of https://github.com/bluesky-social/social-app

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