big merge avec master

pull/90/head
Pierre Ferreira 7 months ago
parent f56ee8b0e4
commit 4071ef3d39

@ -804,9 +804,6 @@ const MyGraphComponent: React.FC<MyGraphComponentProps> = ({onNodeClick, handleS
return (
<>
<div id="graph-container"/>
<button onClick={resGraph}>
reinitialisation
</button>
</>
);

@ -173,9 +173,6 @@ function EndGame() {
</div>
<div className='bottomEnd'>
<div className='centerDivH' onClick={resetAll}>
<BigButtonNav dest="/play" img={Leave}/>
</div>
<div className="SoloContainer">
<div className='solostat'>
{!IsDaily && <p>Nombre de coups : {nbCoup}</p> }
@ -192,9 +189,6 @@ function EndGame() {
}
</div>
</div>
<div className='centerDivH'>
<BigButtonNav dest="/lobby" img={Replay}/>
</div>
</div>
</div>
)}

Loading…
Cancel
Save