Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
πŸ› fix "More" link in mobile nav (#618)
Browse files Browse the repository at this point in the history
no issue
- pass in the action string so that the mobile menu trigger works
  • Loading branch information
kevinansfield authored and ErisDS committed Apr 5, 2017
1 parent cfda6f8 commit d256490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{{gh-content-cover onClick="closeMenus" onMouseEnter="closeAutoNav"}}

{{gh-mobile-nav-bar}}
{{gh-mobile-nav-bar openMobileMenu="openMobileMenu"}}
</div>{{!gh-viewport}}
{{/gh-app}}

Expand Down

0 comments on commit d256490

Please sign in to comment.