Skip to content

Commit 8a29e5c

Browse files
committed
fix: πŸ› app name
βœ… Closes: #278
1 parent 60951de commit 8a29e5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žhackathon/spacecraft-expo-router/app/(auth)/index.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function LoginScreen() {
2727

2828
return (
2929
<View style={{ backgroundColor: theme.colors.background, flex: 1 }}>
30-
<Header title="SpaceCraft" />
30+
<Header title="SpaceCraft v2" />
3131
<View style={styles.content}>
3232
<FormInput
3333
autoCapitalize="none"

β€Žhackathon/spacecraft-expo-router/src/screens/LoginScreen.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const LoginScreen = () => {
2828

2929
return (
3030
<View style={{ backgroundColor: theme.colors.background, flex: 1 }}>
31-
<Header title="SpaceCraft" />
31+
<Header title="SpaceCraft - Expo Router" />
3232
<View style={styles.content}>
3333
<FormInput
3434
autoCapitalize="none"

0 commit comments

Comments
Β (0)