diff --git a/webui/src/pages/GameCreation/GameCreation.jsx b/webui/src/pages/GameCreation/GameCreation.jsx index 45c7fbd..38b0b17 100644 --- a/webui/src/pages/GameCreation/GameCreation.jsx +++ b/webui/src/pages/GameCreation/GameCreation.jsx @@ -1,12 +1,12 @@ import "./styles.sass"; import PageTitle from "@/common/components/PageTitle"; import InfoArea from "@/pages/GameCreation/components/InfoArea"; +import {FontAwesomeIcon} from "@fortawesome/react-fontawesome"; +import {faPlay} from "@fortawesome/free-solid-svg-icons"; export const GameCreation = () => { - return (
-
@@ -14,10 +14,14 @@ export const GameCreation = () => {
-
+
+
+ +
+ +
-
)