Bluesky app fork with some witchin' additions 💫

add mutuals text to follow button in notifications

authored by

Daniela Henkel and committed by
Tangled
a0b84fb1 35fa3d8f

+1 -1
+1 -1
src/view/com/notifications/NotificationFeedItem.tsx
··· 838 onPress={onPressUnfollow}> 839 <ButtonIcon icon={CheckIcon} /> 840 <ButtonText> 841 - <Trans>Following</Trans> 842 </ButtonText> 843 </Button> 844 ) : (
··· 838 onPress={onPressUnfollow}> 839 <ButtonIcon icon={CheckIcon} /> 840 <ButtonText> 841 + {isFollowedBy ? <Trans>Mutuals</Trans> : <Trans>Following</Trans>} 842 </ButtonText> 843 </Button> 844 ) : (