Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/app/screens/HomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default function HomeScreen() {
<div style={styles.root}>
{/* Top toolbar: Title + Buttons + Status */}
<div style={styles.toolbar}>
<h1 style={styles.title as any}>Python Runner</h1>
<h1 style={styles.title as any}>Python Front</h1>

<Stack
direction={narrow ? "column" : "row"}
Expand Down
Loading