Update spirit overlay heading to h2

This commit is contained in:
2025-05-28 04:31:49 +02:00
parent 1e73f6a5a4
commit f549a6cbf8

View File

@@ -425,7 +425,7 @@ function updateSpiritOverlay(spirit) {
document.body.appendChild(el);
}
el.innerHTML = `
<b>${spirit.Name || 'Spirit'}</b><br>
<h2>${spirit.Name || 'Spirit'}</h2><br>
<i>${spirit.Kategorie || ''}${spirit.Herkunft ? ' ' + spirit.Herkunft : ''}</i><br>
<b>Rolle:</b> ${spirit["Funktion/Rolle"] || ''}<br>
<b>Charakter:</b> ${spirit.Charakter || ''}<br>