add correct icon

This commit is contained in:
Raphael 2022-06-23 14:54:47 +02:00
parent d4b0c0fe13
commit fb7d5c4e23
2 changed files with 4 additions and 2 deletions

View File

@ -56,7 +56,7 @@
type="button"
class="whiteboard-tool"
>
<i class="fa fa-hand-paper-o" aria-hidden="true"></i>
<i class="fa fa-hand-paper" aria-hidden="true"></i>
</button>
<button

View File

@ -21,6 +21,7 @@ import {
faInfoCircle,
faGlobe,
faStickyNote,
faHandPaper,
} from "@fortawesome/free-solid-svg-icons";
import {
faSquare,
@ -56,7 +57,8 @@ library.add(
faLockOpen,
faInfoCircle,
faGlobe,
faStickyNote
faStickyNote,
faHandPaper
);
dom.i2svg();