fix: devWeb - display color before value per color for more consistency

This commit is contained in:
kmitresse
2024-04-27 14:29:29 +02:00
parent 7003f85d5f
commit e2aaefe3a4
@@ -30,8 +30,8 @@
<p><strong>Créé le:</strong> ${game.createdAt.toLocaleString()}</p>
<p><strong>Difficulté:</strong> ${game.difficulty}</p>
<p><strong>Nombre de tours:</strong> ${game.nbRounds}</p>
<p><strong>Valeurs par couleur:</strong> ${game.nbValuesPerColor}</p>
<p><strong>Nombre de couleurs:</strong> ${game.nbColors}</p>
<p><strong>Valeurs par couleur:</strong> ${game.nbValuesPerColor}</p>
</component:card>
</div>
</div>