Skip to content

Commit

Permalink
Fix app name
Browse files Browse the repository at this point in the history
  • Loading branch information
sgirvan committed Dec 4, 2017
1 parent 40472a4 commit ea56041
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions AccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class AccountPage extends Component {
style = {styles.logo}
source = {require('./logo.png')}
/>
<Text style={styles.title}>Free Food Locator</Text>
<Text style={styles.title}>Free Finder</Text>
</View>
<TouchableOpacity
style={styles.buttonContainer}
Expand Down Expand Up @@ -128,4 +128,4 @@ const styles = StyleSheet.create({
color: '#FFFFFF',
fontWeight: '700'
}
});
});
4 changes: 2 additions & 2 deletions Forgot.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class Forgot extends Component {
style = {styles.logo}
source = {require('./logo.png')}
/>
<Text style={styles.title}>Free Food Locator</Text>
<Text style={styles.title}>Free Finder</Text>
</View>
<View style={styles.formContainer}>
<ForgotForm />
Expand Down Expand Up @@ -83,4 +83,4 @@ const styles = StyleSheet.create({
fontSize: 16,
fontWeight: '500'
},
});
});
4 changes: 2 additions & 2 deletions Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Login extends Component {
style = {styles.logo}
source = {require('./logo.png')}
/>
<Text style={styles.title}>Free Food Locator</Text>
<Text style={styles.title}>Free Finder</Text>
</View>
<View style={styles.formContainer}>
<LoginForm />
Expand Down Expand Up @@ -102,4 +102,4 @@ const styles = StyleSheet.create({
fontSize: 16,
fontWeight: '500'
},
});
});
4 changes: 2 additions & 2 deletions Signup.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class Signup extends Component {
style = {styles.logo}
source = {require('./logo.png')}
/>
<Text style={styles.title}>Free Food Locator</Text>
<Text style={styles.title}>Free Finder</Text>
</View>
<View style={styles.formContainer}>
<SignupForm />
Expand Down Expand Up @@ -81,4 +81,4 @@ const styles = StyleSheet.create({
fontSize: 16,
fontWeight: '500'
},
});
});

0 comments on commit ea56041

Please sign in to comment.