From 5363c9498abb537724c4a394a9a4918a344a487a Mon Sep 17 00:00:00 2001 From: aliirz Date: Sat, 14 Dec 2024 16:38:10 +0500 Subject: [PATCH] Add 'Integration' link to navigation in layout.tsx --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 854c8ce..1720302 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -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({