Skip to content

Commit

Permalink
Add note page link to header
Browse files Browse the repository at this point in the history
  • Loading branch information
Eprince-hub committed Oct 23, 2024
1 parent 0867bd2 commit b2dae5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default async function RootLayout({
<Link href="/">Home</Link>
<Link href="/animals">Animals</Link>
<Link href="/animals/dashboard">Animal Dashboard</Link>
<Link href="/notes">Notes</Link>
</div>

<div>{user?.username}</div>
Expand Down

0 comments on commit b2dae5e

Please sign in to comment.