Skip to content

Commit

Permalink
Show Canto menu item only if configured
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Oct 16, 2023
1 parent d79d747 commit 2761f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main-nav-bar/main-nav-bar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<a routerLink="/submit-data/gene-names" class="dropdown-item">Gene names</a></li>
<li role="menuitem">
<a routerLink="/submit-data" class="dropdown-item">Datasets</a></li>
<li role="menuitem">
<li role="menuitem" *ngIf="cantoURL">
<a href="{{cantoURL}}" class="dropdown-item">Curate a paper</a></li>
</ul>
</span>
Expand Down

0 comments on commit 2761f20

Please sign in to comment.