This commit is contained in:
2025-03-03 16:32:44 +00:00
parent 8064803d31
commit 78c0f76f3e

View File

@@ -241,7 +241,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>
`;
}