Skip to content

Commit 6d20804

Browse files
authored
Update app.stub with correct Bootstrap 5 class (#215)
1 parent 9a1e524 commit 6d20804

File tree

1 file changed

+1
-1
lines changed
  • src/Auth/bootstrap-stubs/layouts

1 file changed

+1
-1
lines changed

Diff for: src/Auth/bootstrap-stubs/layouts/app.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
{{ Auth::user()->name }}
5858
</a>
5959

60-
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
60+
<div class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
6161
<a class="dropdown-item" href="{{ route('logout') }}"
6262
onclick="event.preventDefault();
6363
document.getElementById('logout-form').submit();">

0 commit comments

Comments
 (0)