Skip to content
Snippets Groups Projects
Commit 40af29af authored by HOLZINGER Ulysse's avatar HOLZINGER Ulysse
Browse files

Correction erreurs de compilations

parent bd3cf7d1
No related branches found
No related tags found
No related merge requests found
Pipeline #26421 passed
......@@ -106,7 +106,7 @@ const App = () => {
{
gameStatus === 'win' || gameStatus === 'draw' ? (
<>
<img className='background' src={gameStatus === 'win' ? confettis : dommage }/>
<img className='background' alt='background' src={gameStatus === 'win' ? confettis : dommage }/>
{
gameStatus === 'win' ? (<h1>Gagnant : joueur {winner===1? '1':'2'}</h1>) : (<h1>Egalité</h1>)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment