Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Sep 20, 2023
1 parent 66719f1 commit 689099a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/layout/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class="btn btn--outline-dark btn--sm btn--icon display--none:md"
</button>
<ul class="context-menu" x-bind:class="{ 'is-open': open }">
<li>
<button type="submit" form="logout-form">
<button type="submit" form="logout-form" class="context-menu__item">
{{ __('Logout') }}
</button>
</li>
Expand Down

0 comments on commit 689099a

Please sign in to comment.