Skip to content

Commit

Permalink
Fixed nav link to main page
Browse files Browse the repository at this point in the history
  • Loading branch information
bentsherman committed Sep 23, 2020
1 parent 86fd18b commit eccc0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</head>
<body ng-controller="MainCtrl">
<nav class="navbar navbar-expand navbar-dark bg-dark mb-5">
<a class="navbar-brand" href="">Nextflow API</a>
<a class="navbar-brand" href="#!/">Nextflow API</a>

<div class="collapse navbar-collapse justify-content-end">
<div class="navbar-nav">
Expand Down

0 comments on commit eccc0fa

Please sign in to comment.