Skip to content

Commit

Permalink
[5.6] Dropdown nav accessibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj authored Feb 16, 2018
1 parent 5eee285 commit 07950f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<li><a class="nav-link" href="{{ route('register') }}">Register</a></li>
@else
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="navbarDropdown">
{{ Auth::user()->name }} <span class="caret"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
Expand Down

0 comments on commit 07950f9

Please sign in to comment.