Skip to content

Commit

Permalink
Add 'Integration' link to navigation in layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aliirz committed Dec 14, 2024
1 parent 6510b3e commit 5363c94
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 @@ -15,6 +15,7 @@ export const metadata: Metadata = {
const navigation = [
{ name: 'About', href: '/about' },
{ name: 'Problem Statements', href: '/problems' },
{ name: 'Integration', href: '/docs' },
]

export default function RootLayout({
Expand Down

0 comments on commit 5363c94

Please sign in to comment.