change to an eye icon

This commit is contained in:
Alphons Joseph
2025-03-11 20:20:42 +08:00
parent 8c2f36033f
commit f920980948
+1 -1
View File
@@ -997,7 +997,7 @@ function handleTimetableAssessmentHide(): void {
const hideOn = document.createElement("button") const hideOn = document.createElement("button")
hideOn.className = "uiButton timetable-hide iconFamily" hideOn.className = "uiButton timetable-hide iconFamily"
hideOn.innerHTML = "" // Using unicode for zoom in icon hideOn.innerHTML = "👁" // Using unicode for hide icon
hideControls.appendChild(hideOn) hideControls.appendChild(hideOn)