.
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user