1
0

Updated the Join.jsx page

This commit is contained in:
Mathias Wagner 2023-11-20 21:20:08 +01:00
parent b23504244e
commit 5dab9003c2
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -49,7 +49,7 @@ export const Join = () => {
</div> </div>
{state === "join" && <Code setState={setState}/>} {state === "join" && <Code setState={setState}/>}
{state === "waiting" && <FontAwesomeIcon icon={faHourglassHalf} bounce className="waiting-icon" /> } {state === "waiting" && <FontAwesomeIcon icon={faHourglassHalf} bounce className="waiting-icon" /> }
{state === "input" && <Input setState={setState}/>} {state === "input" && <Input setState={setState} capital={capital}/>}
{state === "end" && <div className="game-end"> {state === "end" && <div className="game-end">
<h1>Ende</h1> <h1>Ende</h1>
<p>Das Spiel ist vorbei!</p> <p>Das Spiel ist vorbei!</p>