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 && (