changin höögli to green

This commit is contained in:
2025-03-03 16:25:01 +00:00
parent 7cedb33783
commit fdff2aaab5

View File

@@ -223,7 +223,7 @@
let stepElement = document.getElementById(stepId);
if (stepElement) {
stepElement.innerHTML = `
<span class="text-success fw-bold"></span>
<span class="text-success fw-bold"></span>
<span>${steps[index]}</span>
`;
}