mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Change to pin icon
This commit is contained in:
parent
9e557bb0c1
commit
b5362e99c0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue