Translate to german
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 1m16s
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 1m16s
This commit is contained in:
parent
33f27a278d
commit
5ab0b61f80
@ -49,8 +49,8 @@ export const Home = () => {
|
||||
|
||||
<div className={`content-container ${homeState !== 'initial' ? 'active' : ''}`}>
|
||||
<div className={`action-area ${homeState !== 'initial' ? 'hidden' : ''}`}>
|
||||
<ActionCard title="Join Room" icon={faArrowRightToBracket} onClick={handleJoinClick} />
|
||||
<ActionCard title="Create Room" icon={faPlusSquare} onClick={handleCreateClick} />
|
||||
<ActionCard title="Beitreten" icon={faArrowRightToBracket} onClick={handleJoinClick} />
|
||||
<ActionCard title="Erstellen" icon={faPlusSquare} onClick={handleCreateClick} />
|
||||
</div>
|
||||
|
||||
<div className={`form-container ${homeState === 'joining' ? 'active' : ''}`}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user