mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
change to an eye icon
This commit is contained in:
+1
-1
@@ -997,7 +997,7 @@ function handleTimetableAssessmentHide(): void {
|
||||
|
||||
const hideOn = document.createElement("button")
|
||||
hideOn.className = "uiButton timetable-hide iconFamily"
|
||||
hideOn.innerHTML = "" // Using unicode for zoom in icon
|
||||
hideOn.innerHTML = "👁" // Using unicode for hide icon
|
||||
|
||||
hideControls.appendChild(hideOn)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user