Skip to content

Commit

Permalink
Added my idlers import link to navbar dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
cp6 committed Oct 27, 2023
1 parent c451c7c commit 427c0ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/js/Layouts/AuthenticatedLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export default function Authenticated({auth, header, children}) {
</Dropdown.Trigger>
<Dropdown.Content>
<Dropdown.Link href={route('location.index')}>Locations</Dropdown.Link>
<Dropdown.Link href={route('import.index')}>My Idlers import</Dropdown.Link>
<Dropdown.Link href={route('profile.edit')}>Profile</Dropdown.Link>
<Dropdown.Link href={route('logout')} method="post" as="button">
Log Out
Expand Down Expand Up @@ -231,6 +232,7 @@ export default function Authenticated({auth, header, children}) {

<div className="mt-3 space-y-1">
<ResponsiveNavLink href={route('location.index')}>Locations</ResponsiveNavLink>
<ResponsiveNavLink href={route('import.index')}>My Idlers import</ResponsiveNavLink>
<ResponsiveNavLink href={route('profile.edit')}>Profile</ResponsiveNavLink>
<ResponsiveNavLink method="post" href={route('logout')} as="button">
Log Out
Expand Down

0 comments on commit 427c0ef

Please sign in to comment.