Skip to content

Commit

Permalink
Fix closing tag (#213)
Browse files Browse the repository at this point in the history
fix invalid closing tag.
  • Loading branch information
kaozaza2 authored Nov 16, 2022
1 parent 9333626 commit 570fb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/default/resources/views/layouts/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<div class="mt-3 space-y-1">
<x-responsive-nav-link :href="route('profile.edit')">
{{ __('Profile') }}
</x-response-nav-link>
</x-responsive-nav-link>

<!-- Authentication -->
<form method="POST" action="{{ route('logout') }}">
Expand Down

0 comments on commit 570fb66

Please sign in to comment.