Skip to content

Commit 6a11e8d

Browse files
committed
Add github link to example
1 parent 93e3e9c commit 6a11e8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/layout.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ export default function RootLayout({
4141
<li>
4242
<Link href="/">Home</Link>
4343
</li>
44+
<li>
45+
<a href="https://github.com/danieltott/nextjs-app-router-example">
46+
GitHub Repo
47+
</a>
48+
</li>
4449
<li>
4550
<Link href="/interactive">Interactive</Link>
4651
</li>

0 commit comments

Comments
 (0)