Skip to content

Commit

Permalink
Merge pull request #36 from dg1223/app-name
Browse files Browse the repository at this point in the history
feature: updated tagline on homepage
  • Loading branch information
dg1223 authored Jun 5, 2024
2 parents 070418f + f460289 commit aaf4398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ function App(): JSX.Element {
color: isDarkMode ? Colors.white : Colors.black,
},
]}>
<Text style={styles.sectionTitle}>Be the best&nbsp;</Text>
<Text style={styles.highlight}>Gamchha&nbsp;{'\n'}</Text>
<Text style={styles.sectionTitle}>that you can ever be...</Text>
<Text style={styles.sectionTitle}>Use&nbsp;</Text>
<Text style={styles.highlight}>AYCT&nbsp;{'\n'}</Text>
<Text style={styles.sectionTitle}>for your daily needs.</Text>
</Text>
</View>
</ScrollView>
Expand Down

0 comments on commit aaf4398

Please sign in to comment.