Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnera01 authored Sep 21, 2017
1 parent d288fa3 commit 9a9296e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</ul>

<ul id="nav-mobile" class="side-nav">
<li><a href="index.html" class="waves-effect waves-light btn" type="button" id="users">Home</a></li>
<li><a class="waves-effect waves-light btn" type="button" class="button" id="users">Users</a></li>
<li><a href="index.html" type="button" id="home">Home</a></li>
<li><a type="button" class="button" id="users">Users</a></li>
<li><a class="waves-effect waves-light btn" type="button" class="button" id="signIn">LOGIN</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
Expand Down

0 comments on commit 9a9296e

Please sign in to comment.