Skip to content

Commit 5893e0d

Browse files
Merge pull request #25 from assertchris/patch-1
Use hidden instead of custom style
2 parents d253920 + 45a2f08 commit 5893e0d

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)