Skip to content

Commit

Permalink
chore(sample): fix hamburger icon, closes #183
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed May 16, 2016
1 parent 6f0c844 commit 3c4f5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/src/nav-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</style>

<md-navbar md-fixed="true">
<a md-sidenav-collapse="ref.bind: sideNav;" class="left hide-on-large-only"><i class="mdi-navigation-menu"></i></a>
<a md-sidenav-collapse="ref.bind: sideNav;" class="left hide-on-large-only" style="cursor: pointer; padding: 0 10px;"><i class="material-icons">menu</i></a>
<a href="#/samples/navbar" class="brand-logo right"><span class="flow-text">${router.title}</span></a>
<ul id="nav-mobile" class="left hide-on-med-and-down">
<li md-waves route-highlight="routes: about">
Expand Down

0 comments on commit 3c4f5b3

Please sign in to comment.