Added the start button to the GameCreation.jsx
This commit is contained in:
parent
1621a45e63
commit
b7dfbf8a45
@ -1,12 +1,12 @@
|
|||||||
import "./styles.sass";
|
import "./styles.sass";
|
||||||
import PageTitle from "@/common/components/PageTitle";
|
import PageTitle from "@/common/components/PageTitle";
|
||||||
import InfoArea from "@/pages/GameCreation/components/InfoArea";
|
import InfoArea from "@/pages/GameCreation/components/InfoArea";
|
||||||
|
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
|
||||||
|
import {faPlay} from "@fortawesome/free-solid-svg-icons";
|
||||||
|
|
||||||
export const GameCreation = () => {
|
export const GameCreation = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="game-wrapper">
|
<div className="game-wrapper">
|
||||||
|
|
||||||
<div className="title-area">
|
<div className="title-area">
|
||||||
<PageTitle allowBack={true} />
|
<PageTitle allowBack={true} />
|
||||||
</div>
|
</div>
|
||||||
@ -14,10 +14,14 @@ export const GameCreation = () => {
|
|||||||
<div className="creation-area">
|
<div className="creation-area">
|
||||||
<InfoArea />
|
<InfoArea />
|
||||||
|
|
||||||
<div className="settings-area">
|
<div className="right-area">
|
||||||
|
|
||||||
|
<div className="settings-area">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<button className="start-btn"><FontAwesomeIcon icon={faPlay} /> Starten</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user