Skip to content

Commit

Permalink
fix(navbar): Fix about link
Browse files Browse the repository at this point in the history
Set correct ui-sref for mobile navbar
  • Loading branch information
mpfeil committed Mar 6, 2019
1 parent 908a3c5 commit 60a89b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
</a>
</li>
<li ui-sref-active-eq="active" class="menuitem">
<a ui-sref="info" ng-click="header.closeNavbar()">
<a ui-sref="info.about" ng-click="header.closeNavbar()">
<i class="fa fa-info-circle" aria-hidden="true"></i>
<span style="line-height: 30px">{{'INFO' | translate}}</span>
</a>
Expand Down

0 comments on commit 60a89b9

Please sign in to comment.