We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d253920 + 45a2f08 commit 5893e0dCopy full SHA for 5893e0d
src/tailwindcss-stubs/resources/views/layouts/app.blade.php
@@ -34,7 +34,7 @@
34
class="no-underline hover:underline text-grey-darker text-sm"
35
onclick="event.preventDefault();
36
document.getElementById('logout-form').submit();">Logout</a>
37
- <form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
+ <form id="logout-form" action="{{ route('logout') }}" method="POST" class="hidden">
38
{{ csrf_field() }}
39
</form>
40
@endguest
0 commit comments