We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 482c4af + 5562861 commit b8941d9Copy full SHA for b8941d9
1 file changed
frontend/app/screens/HomeScreen.tsx
@@ -207,7 +207,7 @@ export default function HomeScreen() {
207
<div style={styles.root}>
208
{/* Top toolbar: Title + Buttons + Status */}
209
<div style={styles.toolbar}>
210
- <h1 style={styles.title as any}>Python Runner</h1>
+ <h1 style={styles.title as any}>Python Front</h1>
211
212
<Stack
213
direction={narrow ? "column" : "row"}
0 commit comments