We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0679d commit a2a3931Copy full SHA for a2a3931
NiclaSenseME-dashboard/index.html
@@ -405,7 +405,7 @@
405
snackBar.style.visibility = "visible";
406
snackBar.className = "show";
407
408
- var warnEmoji = warningLevel ? '⚠ ' : '✔ ';
+ var warnEmoji = warningLevel ? '☝️ ' : '✅ ';
409
410
setTimeout(function () { snackBar.className = snackBar.className.replace("show", ""); }, 501);
411
snackBar.innerHTML = warnEmoji + m + ' <span onClick=hideSnack() style="cursor:pointer; margin-left: 15px"> ✖ </span> ';
0 commit comments