Skip to content

Commit 05f8b1e

Browse files
committed
Merge branch 'master' of github.com:KushK04/KonditionFastAPI
bottom nav, dforgot to do some shit
2 parents eff2910 + ca9cf6b commit 05f8b1e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

KonditionExpo/app/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const HomeScreen = ({ navigation }) => {
2626
{/* Header */}
2727
<View style={styles.header}>
2828
<Text style={styles.welcomeText}>Welcome Back,</Text>
29-
<Text style={styles.userName}>Stefani Wong</Text>
29+
<Text style={styles.userName}>Andy Vo</Text>
3030
<TouchableOpacity style={styles.notificationBtn} onPress={() => navigation.navigate('Notifications')}>
3131
<Image source={require('./assets/bell.png')} style={styles.bellIcon} />
3232
</TouchableOpacity>
589 KB
Loading

0 commit comments

Comments
 (0)