We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c054ff + f661d47 commit 426a1f2Copy full SHA for 426a1f2
1 file changed
resources/default/js/Components/Navigation/ProfileDropdown.vue
@@ -95,14 +95,13 @@
95
<div class="border-t border-border my-2" />
96
97
<!-- Authentication -->
98
- <form @submit.prevent="emit('logout')">
99
- <jet-dropdown-link
100
- as="button"
101
- btn-class="font-semibold"
102
- >
103
- {{ __("Logout") }}
104
- </jet-dropdown-link>
105
- </form>
+ <jet-dropdown-link
+ as="button"
+ btn-class="font-semibold"
+ @click="emit('logout')"
+ >
+ {{ __("Logout") }}
+ </jet-dropdown-link>
106
</ul>
107
</NavigationMenuLink>
108
</NavigationMenuContent>
0 commit comments