Skip to content

Commit

Permalink
fixed app name
Browse files Browse the repository at this point in the history
  • Loading branch information
indirasowy committed Aug 21, 2022
1 parent 79ab5f6 commit e270b6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/screens/Delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Delete(props) {
<ScrollView>
<Text style={styles.header}>Vehicle ‘Honda A5’ has been successfully removed from your profile.</Text>
<Image source={honda} style={styles.image} />
<Text style={styles.subtext}>We hope 'Honda A5' enjoyed their stay at APPNAME!</Text>
<Text style={styles.subtext}>We hope 'Honda A5' enjoyed their stay at CommunalCars!</Text>
<Pressable style={styles.button}
onPress={() => navigation.navigate('AddCar')}>
<Text style={styles.buttontext}>Add a New Vehicle</Text>
Expand Down
2 changes: 1 addition & 1 deletion frontend/screens/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Home(props) {
<ScrollView>
<View style={styles.top}>
<Image source={small} style={styles.image} />
<Text style={styles.header}>Appname</Text>
<Text style={styles.header}>CommunalCars</Text>
</View>
<SearchBar style={{ marginTop: 15 }}
fontColor='#A6A6A6'
Expand Down
7 changes: 4 additions & 3 deletions frontend/screens/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export default function Landing({ navigation }) {
<SafeAreaView style={styles.container}>
<View style={styles.center}>
<Image source={logo} style={styles.image} />
<Text style={styles.header}>APPNAME</Text>
<Text style={styles.header}>CommunalCars</Text>
<Text style={styles.text}>We share, we CARe.</Text>
</View>
<View style={{ marginTop: 40 }}>
<Text style={styles.text}>Name</Text>
Expand Down Expand Up @@ -105,7 +106,7 @@ export default function Landing({ navigation }) {
value={isSelected}
onValueChange={(newValue) => setSelection(newValue)}
/>
<Text style={styles.smalltext}>I agree with APPNAME’s terms and conditions</Text>
<Text style={styles.smalltext}>I agree with CommunalCars' terms and conditions</Text>
</View>
<View style={styles.center}>
<Pressable style={styles.button}
Expand Down Expand Up @@ -157,7 +158,7 @@ const styles = StyleSheet.create({
fontSize: 16,
color: 'white',
whiteSpace: 'wrap',
maxWidth: 200,
maxWidth: 210,
marginLeft: 8
},
image: {
Expand Down

0 comments on commit e270b6b

Please sign in to comment.