Added header

This commit is contained in:
Marces Zastrow
2024-12-18 11:20:28 +01:00
parent dab55442be
commit 0c4af623bc
6 changed files with 10 additions and 8 deletions
-1
View File
@@ -20,7 +20,6 @@ function Home({ isLoggedIn, setIsLoggedIn }) {
<div className="button-group">
<button className="btn" onClick={() => navigate('/start-game')}>Start Game</button>
<button className="btn" onClick={() => navigate('/join-game')}>Join Game</button>
<button className="btn" onClick={() => navigate('/continue-game')}>Continue Game</button>
<button className="btn" onClick={handleLogout}>Logout</button>
</div>
)}
View File
View File