Skip to content

Commit

Permalink
Simplify as attribute on dropdown link for breeze
Browse files Browse the repository at this point in the history
  • Loading branch information
SpicyPaper committed Oct 21, 2021
1 parent 77ce5b1 commit e900299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breeze/inertia/resources/js/Layouts/Authenticated.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<template #content>
<!-- Authentication -->
<breeze-dropdown-link @click="logout" :as="'button'">
<breeze-dropdown-link @click="logout" as="button">
Log Out
</breeze-dropdown-link>
</template>
Expand Down

0 comments on commit e900299

Please sign in to comment.