Skip to content

Commit

Permalink
Merge pull request #3 from jpalazz2/master
Browse files Browse the repository at this point in the history
Removed link on CoRE in navbar
  • Loading branch information
jpalazz2 committed Oct 28, 2015
2 parents c9bce26 + eb13d0a commit 856f045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/Navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class="navbar-toggle collapsed"
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">{self::TITLE}</a>
<a class="navbar-brand" href="#">{self::TITLE}</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
Expand Down

0 comments on commit 856f045

Please sign in to comment.