aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/TaggPopup.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/common/TaggPopup.tsx')
-rw-r--r--src/components/common/TaggPopup.tsx2
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>