From a0b84fb128c34d30b85ff32848b7896a8d792b67 Mon Sep 17 00:00:00 2001 From: Daniela Henkel Date: Mon, 15 Dec 2025 07:28:07 +0100 Subject: [PATCH] add mutuals text to follow button in notifications --- src/view/com/notifications/NotificationFeedItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/notifications/NotificationFeedItem.tsx b/src/view/com/notifications/NotificationFeedItem.tsx index 8cee311c1..3cefd29f1 100644 --- a/src/view/com/notifications/NotificationFeedItem.tsx +++ b/src/view/com/notifications/NotificationFeedItem.tsx @@ -838,7 +838,7 @@ function FollowBackButton({profile}: {profile: AppBskyActorDefs.ProfileView}) { onPress={onPressUnfollow}> - Following + {isFollowedBy ? Mutuals : Following} ) : ( -- 2.51.2