Skip to content

Commit

Permalink
Merge pull request #360 from AjitPS/knetminer-3.0
Browse files Browse the repository at this point in the history
header.tag make url for logo relative for homepage
  • Loading branch information
AjitPS authored Jun 17, 2019
2 parents 0d4e798 + 96af780 commit 378f7dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div id="header">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<a href="http://knetminer.rothamsted.ac.uk/" title="KnetMiner Home"><img class="logo-top" src="html/image/logo-regular.png" alt="Logo" height="50" style="padding-left:10px;"></a>
<a href="/" title="KnetMiner Home"><img class="logo-top" src="html/image/logo-regular.png" alt="Logo" height="50" style="padding-left:10px;"></a>
<div id="species_header"></div>
<a id="release_icon" target="_blank" href="html/release.html" title="Release Notes"><i class="fa fa-pie-chart" aria-hidden="true"></i></a>
</nav> <!-- end navbar -->
Expand Down

0 comments on commit 378f7dc

Please sign in to comment.