Skip to content

Commit b8941d9

Browse files
authored
Merge pull request #6 from europanite/feature/develop
fix/verify
2 parents 482c4af + 5562861 commit b8941d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/screens/HomeScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default function HomeScreen() {
207207
<div style={styles.root}>
208208
{/* Top toolbar: Title + Buttons + Status */}
209209
<div style={styles.toolbar}>
210-
<h1 style={styles.title as any}>Python Runner</h1>
210+
<h1 style={styles.title as any}>Python Front</h1>
211211

212212
<Stack
213213
direction={narrow ? "column" : "row"}

0 commit comments

Comments
 (0)