Skip to content

Commit

Permalink
#7 Fix
Browse files Browse the repository at this point in the history
Active class fix on navbar
  • Loading branch information
DreyerChris committed Oct 18, 2017
1 parent d8b94df commit 11728d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mriscan.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<li><a href="index.html/#aboutSection">About</a></li>
<li><a href="index.html/#usageSection">Usage</a></li>
<li><a href="converter1.html">.obj to Array</a></li>
<li class="active"><a href="converter2.html">Rule Applyer</a></li>
<li><a href="mriscan.html">Image to Array</a></li>
<li><a href="converter2.html">Rule Applyer</a></li>
<li class="active"><a href="mriscan.html">Image to Array</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 11728d7

Please sign in to comment.