Skip to content

Commit

Permalink
#8 add id to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hg1g committed Jul 5, 2019
1 parent da88799 commit 4be34a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/user-bar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<router-link :to="{name: 'home'}" class="nav-link">Home</router-link>
Expand Down

0 comments on commit 4be34a2

Please sign in to comment.