Skip to content

Commit e0718d2

Browse files
committed
package lock and navbar fix
1 parent ecc816d commit e0718d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/app/shared/navbar/navbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<mat-menu [overlapTrigger]="false" #downloadsMenu="matMenu">
4747
<button mat-menu-item routerLink="data/ontology"> Ontology</button>
4848
<button mat-menu-item routerLink="data/annotations"> Annotations</button>
49-
<button mat-menu-item routerLink="translations" [matMenuTriggerFor]="otherMenu"> Translation</button>
49+
<button mat-menu-item [matMenuTriggerFor]="otherMenu"> Translation</button>
5050
<button mat-menu-item (click)="navigateToDocs()"> API</button>
5151
</mat-menu>
5252
<mat-menu #otherMenu="matMenu">

0 commit comments

Comments
 (0)