diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-29 18:18:00 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-29 18:18:00 -0700 |
commit | 976b6393d5d2be18e7b70447ef49f8d1b801b835 (patch) | |
tree | bb566ffcffd60d4d5424a4b717b20763ad84e8d3 /src/components/common/TaggPopup.tsx | |
parent | 93343c851eca208ca957ff30d115786c24f12737 (diff) |
continued
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> |