Skip to content

Commit

Permalink
Hide Sign out if user is not authorized
Browse files Browse the repository at this point in the history
mollevi committed Dec 13, 2024
1 parent 5120d14 commit 0527d2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
@@ -123,7 +123,6 @@
</div>
</div>
@auth
@else
<a class="flex items-center gap-x-3.5 py-2 px-3 rounded-lg text-sm text-white hover:text-neutral-300 font-medium focus:outline-none focus:text-neutral-300" href="{{route("logout")}}">
{{__("Sign Out")}}
</a>

0 comments on commit 0527d2a

Please sign in to comment.