Skip to content

Commit 45a2f08

Browse files
authored
Use hidden instead of custom style
Drinkin' that Tailwind coolaid!
1 parent d253920 commit 45a2f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
class="no-underline hover:underline text-grey-darker text-sm"
3535
onclick="event.preventDefault();
3636
document.getElementById('logout-form').submit();">Logout</a>
37-
<form id="logout-form" action="{{ route('logout') }}" method="POST" style="display: none;">
37+
<form id="logout-form" action="{{ route('logout') }}" method="POST" class="hidden">
3838
{{ csrf_field() }}
3939
</form>
4040
@endguest

0 commit comments

Comments
 (0)