Skip to content

Commit af7d88e

Browse files
committed
Give proof tabs different symbols
Per review comment by @XanderVertegaal in #79.
1 parent a0c1c3b commit af7d88e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

frontend/src/app/annotate/annotation-menu/annotation-menu.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>
@@ -29,7 +29,7 @@
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>

frontend/src/app/annotate/annotation-menu/annotation-menu.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { FontAwesomeModule } from "@fortawesome/angular-fontawesome";
44
import { NgbNavModule } from "@ng-bootstrap/ng-bootstrap";
55
import {
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
}

0 commit comments

Comments
 (0)