Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

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 838 onPress={onPressUnfollow}> 839 839 <ButtonIcon icon={CheckIcon} /> 840 840 <ButtonText> 841 - <Trans>Following</Trans> 841 + {isFollowedBy ? <Trans>Mutuals</Trans> : <Trans>Following</Trans>} 842 842 </ButtonText> 843 843 </Button> 844 844 ) : (