Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 24, 2021
1 parent 87e849a commit c83d1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/inertia-react/resources/js/Layouts/Authenticated.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function Authenticated({ auth, header, children }) {
</div>

<div className="mt-3 space-y-1">
<ResponsiveNavLink method="post" href={route('logout')}>
<ResponsiveNavLink method="post" href={route('logout')} as="button">
Log Out
</ResponsiveNavLink>
</div>
Expand Down

0 comments on commit c83d1ac

Please sign in to comment.