diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-19 17:07:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 17:07:03 -0400 |
commit | f8a2634372eb7bda871a11cd14aca758782a1d2e (patch) | |
tree | 0552bbb48757cd31865c206805245b1e9ddc77b3 | |
parent | 53e5c331326473ab8649afc94065d2000baaa6db (diff) | |
parent | 97039f6ac5beb342fbc330b5bef2101a555695af (diff) |
Merge pull request #313 from IvanIFChen/hotfix-rename-find-friends
[HOTFIX] Renamed friends
-rw-r--r-- | src/components/profile/Friends.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx index cf354e06..ac724ae0 100644 --- a/src/components/profile/Friends.tsx +++ b/src/components/profile/Friends.tsx @@ -112,7 +112,9 @@ const Friends: React.FC<FriendsProps> = ({result, screenType, userId}) => { } }}> <FindFriendsBlueIcon width={20} height={20} /> - <Text style={styles.findFriendsSubheaderText}>Find Friends</Text> + <Text style={styles.findFriendsSubheaderText}> + Invite Friends + </Text> </TouchableOpacity> </View> <UsersFromContacts /> |