From 6fcbc535ed6de0abefb27eea5cb478f66551be2f Mon Sep 17 00:00:00 2001 From: eggman20339 <eggman20339@gmail.com> Date: Thu, 20 Feb 2025 16:05:44 -0500 Subject: [PATCH] changed title --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index ef4a83d..99d4ee3 100644 --- a/src/App.js +++ b/src/App.js @@ -443,7 +443,7 @@ function App() { return ( <div style={styles.container}> - <h1>Screen-Time on Port 80</h1> + <h1>Mylin's Points</h1> {statusMsg && ( <div style={styles.statusBox}>{statusMsg}</div>