Skip to content

Commit

Permalink
fixed active class example
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSimons committed Apr 29, 2017
1 parent 629dd36 commit dfb0be8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FRONTEND_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Alternatively, if you want to make modifications to the theme, check out the [th
<div class="container">
<a class="navbar-brand" href="index.html">conduit</a>
<ul class="nav navbar-nav pull-xs-right">
<!-- Add "active" class when you're on that page" -->
<li class="nav-item active">
<a class="nav-link" href="">Home</a>
<li class="nav-item">
<!-- Add "active" class when you're on that page" -->
<a class="nav-link active" href="">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">
Expand Down

0 comments on commit dfb0be8

Please sign in to comment.