diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-30 13:41:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 13:41:13 -0400 |
commit | e74f7d6572ed6cff565ecccbbb4561430ec7912f (patch) | |
tree | aff5459717cf357ab0a77e18eb653557039f6a81 /src/components/common/TaggPopup.tsx | |
parent | 7245be26646fedbd720e3d84b7fc4e52feda2d28 (diff) | |
parent | 976b6393d5d2be18e7b70447ef49f8d1b801b835 (diff) |
Merge pull request #340 from shravyaramesh/tma744-private-accounts-notification-prompt
[TMA-744] Private accounts notification prompt
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> |