Skip to content

Commit eccc0fa

Browse files
committed
Fixed nav link to main page
1 parent 86fd18b commit eccc0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616
<body ng-controller="MainCtrl">
1717
<nav class="navbar navbar-expand navbar-dark bg-dark mb-5">
18-
<a class="navbar-brand" href="">Nextflow API</a>
18+
<a class="navbar-brand" href="#!/">Nextflow API</a>
1919

2020
<div class="collapse navbar-collapse justify-content-end">
2121
<div class="navbar-nav">

0 commit comments

Comments
 (0)