diff --git a/src/components/navigationBar/nav.tsx b/src/components/navigationBar/nav.tsx index c90f5cb..2c11a00 100644 --- a/src/components/navigationBar/nav.tsx +++ b/src/components/navigationBar/nav.tsx @@ -64,6 +64,14 @@ export async function NavigationBar() { }, ]; + const dataroomComponents = [ + { + title: "Overview", + href: "/dataroom/overview", + description: "View all dataroom available to you", + }, + ]; + return (