diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-19 17:05:35 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-19 17:05:35 -0400 |
commit | 97039f6ac5beb342fbc330b5bef2101a555695af (patch) | |
tree | 0552bbb48757cd31865c206805245b1e9ddc77b3 /src | |
parent | 53e5c331326473ab8649afc94065d2000baaa6db (diff) |
renamed
Diffstat (limited to 'src')
-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 /> |