diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2021-03-30 12:30:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 12:30:15 -0700 |
commit | 6b3ab4ccb9112e469f2333285c4e58a8c934cff3 (patch) | |
tree | 84b4b9a6fa04cff39fb9e3bdf0ebe29910d08e0f /src/components/common/TaggPopup.tsx | |
parent | 357ac758abf9a2a2364b265051743bbbc50893a6 (diff) | |
parent | 6250ae2a6936bdb8e4b1cca538640fbb0d8c4c48 (diff) |
Merge branch 'master' into tma718-move-invite-friends
Diffstat (limited to 'src/components/common/TaggPopup.tsx')
-rw-r--r-- | src/components/common/TaggPopup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/common/TaggPopup.tsx b/src/components/common/TaggPopup.tsx index 8b6865fd..f9929580 100644 --- a/src/components/common/TaggPopup.tsx +++ b/src/components/common/TaggPopup.tsx @@ -41,7 +41,7 @@ const TaggPopup: React.FC<TaggPopupProps> = ({route, navigation}) => { <View style={styles.popup}> <Image style={styles.icon} - source={require('../../assets/icons/plus-logo.png')} + source={require('../../assets/icons/notificationPrompts/plus-logo.png')} /> <View style={styles.textContainer}> <Text style={styles.header}>{messageHeader}</Text> |