We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da93505 + ebe7f28 commit bcdc323Copy full SHA for bcdc323
src/Auth/bootstrap-stubs/layouts/app.stub
@@ -51,7 +51,7 @@
51
@else
52
<li class="nav-item dropdown">
53
<a id="navbarDropdown" class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" v-pre>
54
- {{ Auth::user()->name }} <span class="caret"></span>
+ {{ Auth::user()->name }}
55
</a>
56
57
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
@@ -61,7 +61,7 @@
61
{{ __('Logout') }}
62
63
64
- <form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
+ <form id="logout-form" action="{{ route('logout') }}" method="POST" class="d-none">
65
@csrf
66
</form>
67
</div>
0 commit comments