This commit is contained in:
nate smith 2024-02-18 16:45:42 -08:00
parent 75e0cf519c
commit 62f69b6439

View File

@ -35,7 +35,7 @@ class LinePinner extends Button {
if (l.classList.contains("unpinned")) {
this.innerText = "pin";
} else {
this.innerText = "upin";
this.innerText = "unpin";
}
}
}