File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 </ li >
1717 < li [ngbNavItem] ="2 ">
1818 < button ngbNavLink >
19- < fa-icon [icon] =" faTree " class ="me-2 " aria-hidden =" true " / >
19+ < b class ="me-2 " aria-hidden > ⊤ </ b >
2020 < span i18n > Proof / Entailment</ span >
2121 </ button >
2222 < ng-template ngbNavContent >
2929 </ li >
3030 < li [ngbNavItem] ="3 ">
3131 < button ngbNavLink >
32- < fa-icon [icon] =" faTree " class ="me-2 " aria-hidden =" true " / >
32+ < b class ="me-2 " aria-hidden > ⊥ </ b >
3333 < span i18n > Proof / Contradiction</ span >
3434 </ button >
3535 < ng-template ngbNavContent >
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { FontAwesomeModule } from "@fortawesome/angular-fontawesome";
44import { NgbNavModule } from "@ng-bootstrap/ng-bootstrap" ;
55import {
66 faSquarePollHorizontal ,
7- faTree ,
87 faPenNib ,
98} from "@fortawesome/free-solid-svg-icons" ;
109
@@ -34,6 +33,5 @@ export class AnnotationMenuComponent {
3433 public active = 1 ;
3534
3635 public faSquarePollHorizontal = faSquarePollHorizontal ;
37- public faTree = faTree ;
3836 public faPenNib = faPenNib ;
3937}
You can’t perform that action at this time.
0 commit comments