From ec478d4981c726856485b49b49ac33b0d9e6a903 Mon Sep 17 00:00:00 2001 From: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Date: Tue, 29 Dec 2020 16:41:14 -0800 Subject: Small fix (#148) --- src/screens/onboarding/InvitationCodeVerification.tsx | 2 +- src/screens/onboarding/WelcomeScreen.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 = ({ navigation.navigate('WelcomeScreen')} + onPress={() => navigation.navigate('Login')} /> ); 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 = ({navigation}) => { Welcome to TAGG! - 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! -- cgit v1.2.3-70-g09d2