Change to pin icon

This commit is contained in:
Henrik Giesel 2021-03-02 13:16:18 +01:00
parent 9e557bb0c1
commit b5362e99c0

View file

@ -24,7 +24,7 @@ export class LabelContainer extends HTMLDivElement {
this.appendChild(this.label);
this.sticky = document.createElement("span");
this.sticky.className = "bi me-1 bi-sticky icon";
this.sticky.className = "bi me-1 bi-pin-angle icon";
this.sticky.hidden = true;
this.appendChild(this.sticky);