aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/NotificationPrompts.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-20 14:30:55 -0400
committerIvan Chen <ivan@tagg.id>2021-03-20 14:30:55 -0400
commit57529ed6e4f797e5e5a80983e498cf3f7309d052 (patch)
tree74fa9f373087f64457fe41e479dbfda9153dec53 /src/components/notifications/NotificationPrompts.tsx
parente389b1a1178b09e9367fb53ce53ad88011940639 (diff)
done
Diffstat (limited to 'src/components/notifications/NotificationPrompts.tsx')
-rw-r--r--src/components/notifications/NotificationPrompts.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/NotificationPrompts.tsx b/src/components/notifications/NotificationPrompts.tsx
index 03502b27..dc27925b 100644
--- a/src/components/notifications/NotificationPrompts.tsx
+++ b/src/components/notifications/NotificationPrompts.tsx
@@ -7,7 +7,7 @@ export const InviteFriendsPrompt: React.FC = () => {
<TaggPrompt
messageHeader={'Invite Friends To Tagg!'}
messageBody={
- 'A new feature that lets you invite your friends to Tagg. \nClick on yourfriends list to do so!'
+ 'A new feature that lets you invite your friends to Tagg. \nClick on your friends list to do so!'
}
logoType={'invite_friends'}
hideCloseButton={true}