From a2429beed37e0ed28db2f8a3429de45b641651ba Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Sun, 23 Nov 2025 01:01:07 +0100 Subject: [PATCH] Update old usernames in App component and modify display name --- src/App.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 537b82b..e86818a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -72,8 +72,10 @@ function App() { const [showOldNames, setShowOldNames] = useState(false); const oldUsernames = [ - "getspaced (current)", - "Space-Banane", + "getspaced (ingame)", + "Space² (alternative)", + "Space-Banane (2022-2024)", + "banana[redacted]_ (2019-2022)", ]; const rotatingMessages = [ @@ -255,7 +257,7 @@ function App() { onMouseEnter={() => setShowOldNames(true)} onMouseLeave={() => setShowOldNames(false)} > - Space + Space² {showOldNames && (