Skip to content

Commit 7ca3f3a

Browse files
committed
nav: add project link
1 parent 4739b4a commit 7ca3f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const metadata: Metadata = {
1414
// const banner = <Banner storageKey="some-key">This template was created with 🩸 and 💦 by <Link href="https://github.com/phucbm">PHUCBM</Link> 🐧</Banner>
1515
const navbar = (
1616
<Navbar
17+
projectLink="https://github.com/phucbm/nextra-docs-starter"
1718
logo={<img src="/images/general/logo.svg" alt="Logo" width={100} height={20}/>}
1819
// ... Your additional navbar options
1920
/>

0 commit comments

Comments
 (0)