From ea56041082162b303c337be39db903fb29d0ed6f Mon Sep 17 00:00:00 2001 From: Seth Girvan Date: Sun, 3 Dec 2017 22:56:34 -0800 Subject: [PATCH] Fix app name --- AccountPage.js | 4 ++-- Forgot.js | 4 ++-- Login.js | 4 ++-- Signup.js | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/AccountPage.js b/AccountPage.js index 57e521e..109e97c 100644 --- a/AccountPage.js +++ b/AccountPage.js @@ -74,7 +74,7 @@ export class AccountPage extends Component { style = {styles.logo} source = {require('./logo.png')} /> - Free Food Locator + Free Finder - Free Food Locator + Free Finder @@ -83,4 +83,4 @@ const styles = StyleSheet.create({ fontSize: 16, fontWeight: '500' }, -}); \ No newline at end of file +}); diff --git a/Login.js b/Login.js index adea248..f52d477 100644 --- a/Login.js +++ b/Login.js @@ -34,7 +34,7 @@ export class Login extends Component { style = {styles.logo} source = {require('./logo.png')} /> - Free Food Locator + Free Finder @@ -102,4 +102,4 @@ const styles = StyleSheet.create({ fontSize: 16, fontWeight: '500' }, -}); \ No newline at end of file +}); diff --git a/Signup.js b/Signup.js index edf86f2..aee789e 100644 --- a/Signup.js +++ b/Signup.js @@ -27,7 +27,7 @@ export class Signup extends Component { style = {styles.logo} source = {require('./logo.png')} /> - Free Food Locator + Free Finder @@ -81,4 +81,4 @@ const styles = StyleSheet.create({ fontSize: 16, fontWeight: '500' }, -}); \ No newline at end of file +});