Skip to content

Commit

Permalink
Update navbar laravel/framework#23191
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Feb 17, 2018
1 parent f4f8810 commit 068075f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/admin/components/nav/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@endif
@else
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="navbarDropdown">
<a id="navbarDropdown" class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<img src="{{ Helper::gravatar(Auth::user()->email) }}"
alt="{{ Auth::user()->name }} Profile Image"
width="20"
Expand Down

0 comments on commit 068075f

Please sign in to comment.