Skip to content

Commit

Permalink
seleccion respuesta correcta
Browse files Browse the repository at this point in the history
  • Loading branch information
uo283055 committed Feb 25, 2024
1 parent 5e1c20a commit 1f64099
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webapp/src/components/Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,9 @@ const Game=() =>{
</Typography>

<Button variant="contained" color="primary" onClick={handleButtonClick}>
Generar pregunta
{respuestaCorrecta}
</Button>
</div>
<Button variant="contained" color="primary" size="large">
{respuestaCorrecta}
</Button>
</div>
);
}
Expand Down

0 comments on commit 1f64099

Please sign in to comment.