Skip to content

Commit

Permalink
cambio en texto score final
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiandpto23 committed Aug 21, 2024
1 parent 47a7626 commit 5ad0d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function final() {
} else {
scoreFinal = "empataste el juego 😐";
}
scoreGlobal.innerHTML = `Se acabaron los intentos,<br>ya ${scoreFinal}`;
scoreGlobal.innerHTML = `Se acabaron los intentos,<br>${scoreFinal}`;
jugadasContainer.style.display = "none";
resetBtn.removeAttribute("disabled");
/* resetBtn.style.display = "block"; */
Expand Down

0 comments on commit 5ad0d97

Please sign in to comment.