Added header
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user