Skip to content

Commit

Permalink
#92 Fix link of the header's logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 12, 2018
1 parent cbbbdb7 commit dc3f698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/app/components/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="container-fluid">
<div class="navbar-header">
<!-- <a href class="navbar-brand"><b>Cortex</b></a> -->
<a class="navbar-brand" ui-sref="main.analyzers">
<a class="navbar-brand" ui-sref="index">
<img alt="Cortex" src="../../../assets/images/logo-small.svg">
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
Expand Down

0 comments on commit dc3f698

Please sign in to comment.