Skip to content

Commit 5562861

Browse files
committed
fix/verify
1 parent ef2750e commit 5562861

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)