diff --git a/src/component/create-game/index.js b/src/component/create-game/index.js index 5738303..05f9347 100644 --- a/src/component/create-game/index.js +++ b/src/component/create-game/index.js @@ -4,6 +4,7 @@ import axios from 'axios'; import { useNavigate } from 'react-router-dom'; import styles from './styles.module.css'; import { API_URL, getAuthHeaders } from '../../api'; +import logo from '../../images/logo.png'; function CreateGamePage() { const [name, setName] = useState(''); @@ -143,7 +144,7 @@ function CreateGamePage() { return (
-

LOGO

+ logo