We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94de71 commit 5dc9873Copy full SHA for 5dc9873
1 file changed
projects/pathway-browser/src/app/event-hierarchy/event-hierarchy.component.html
@@ -1,6 +1,6 @@
1
<div id="hierarchy-container">
2
<div id="breadcrumb-container">
3
- <a routerLink="" preserveFragment="true" queryParamsHandling="merge" matTooltip="Pathways overview" [queryParams]="{select: state.pathwayId()}">
+ <a routerLink="/PathwayBrowser" preserveFragment="true" queryParamsHandling="merge" matTooltip="Pathways overview" [queryParams]="{select: state.pathwayId()}">
4
<ng-container class="icon-container">
5
<mat-icon class='home-icon custom-icon primary' svgIcon="home"></mat-icon>
6
</ng-container>
0 commit comments