rename teTrois

This commit is contained in:
Adrien MALINGREY 2023-06-16 02:24:44 +02:00
parent b532d8b2aa
commit b9ff06f32d
2 changed files with 4 additions and 4 deletions

4
app.js
View File

@ -92,7 +92,7 @@ const CLEARED_LINES_NAMES = [
"SOLO",
"DUO",
"TRIO",
"TETRA",
"TETROIS",
]
@ -520,7 +520,7 @@ class Settings {
this.form.onsubmit = newGame
levelInput.name = "startLevel"
levelInput.disabled = false
titleHeader.innerHTML = "teTra"
titleHeader.innerHTML = "teTrois"
resumeButton.innerHTML = "Jouer"
}

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>teTra</title>
<title>teTrois</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css">
@ -26,7 +26,7 @@
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h1 id="titleHeader" class="modal-title w-100 text-center">teTra</h1>
<h1 id="titleHeader" class="modal-title w-100 text-center">teTrois</h1>
</div>
<div class="modal-body">
<form name="settingsForm" class="needs-validation" novalidate>