Amélioration header

This commit is contained in:
François Pelletier 2024-09-07 20:02:12 -04:00
parent 39ba48de00
commit d51c41e2bc
2 changed files with 9 additions and 8 deletions

View file

@ -191,7 +191,7 @@ pauseButton.addEventListener('click', togglePause);
function updateThemeHeader(theme) {
const themeHeader = document.getElementById('themeHeader');
if (themeHeader) {
themeHeader.textContent = `Theme: ${theme}`;
themeHeader.textContent = `DéconstruIT - Le jeu ! Thème: ${theme}`;
themeHeader.style.position = 'absolute';
themeHeader.style.top = '10px';
themeHeader.style.left = '0';