fix du css, et du pb dans lobby 🚑
continuous-integration/drone/push Build is passing Details

pull/110/head
Pierre Ferreira 7 months ago
parent 5d89f8e1bd
commit f88e8e66b4

@ -4,7 +4,6 @@
/* background-color: #D7D4C6; */
background-color: #fff;
min-height: 100vh;
display: flex;
font-size: calc(10px + 2vmin);
/* color: #2A4541; */
}

@ -59,7 +59,6 @@ function Lobbies() {
const handleSetCptNavigation = () => {
setCptNavigation((prevCpt) => prevCpt + 1);
const navigationType = useNavigationType();
if (cptNavigation % 2 === 0 && navigationType.toString() === "POP") {
socket.emit("player quit");
@ -80,7 +79,7 @@ function Lobbies() {
setFirst(first)
}
const navigationType = useNavigationType()
const navigationType = useNavigationType();

Loading…
Cancel
Save