aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2020-12-29 16:41:14 -0800
committerGitHub <noreply@github.com>2020-12-29 19:41:14 -0500
commitec478d4981c726856485b49b49ac33b0d9e6a903 (patch)
tree04027dbe6199b0e7236d13775c7b1a5b12650b77 /src
parent657185c9f3f06f4e38f161ba7bd1fd35512f81f2 (diff)
Small fix (#148)
Diffstat (limited to 'src')
-rw-r--r--src/screens/onboarding/InvitationCodeVerification.tsx2
-rw-r--r--src/screens/onboarding/WelcomeScreen.tsx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/onboarding/InvitationCodeVerification.tsx b/src/screens/onboarding/InvitationCodeVerification.tsx
index afdf6d3f..a9d1c12e 100644
--- a/src/screens/onboarding/InvitationCodeVerification.tsx
+++ b/src/screens/onboarding/InvitationCodeVerification.tsx
@@ -87,7 +87,7 @@ const InvitationCodeVerification: React.FC<InvitationCodeVerificationProps> = ({
<View style={styles.footer}>
<ArrowButton
direction="backward"
- onPress={() => navigation.navigate('WelcomeScreen')}
+ onPress={() => navigation.navigate('Login')}
/>
</View>
);
diff --git a/src/screens/onboarding/WelcomeScreen.tsx b/src/screens/onboarding/WelcomeScreen.tsx
index fcdd9bc5..96d3f929 100644
--- a/src/screens/onboarding/WelcomeScreen.tsx
+++ b/src/screens/onboarding/WelcomeScreen.tsx
@@ -31,7 +31,7 @@ const WelcomeScreen: React.FC<WelcomeScreenProps> = ({navigation}) => {
<View>
<Text style={styles.header}>Welcome to TAGG!</Text>
<Text style={styles.subtext}>
- This is the new social networking platform for you! It will help you
+ Tagg is the new social networking platform for you! It will help you
create your own personalized digital space where you can express who
you are, along with all the moments that comprehensively define you!
</Text>