From be733b81fc2c5121b6e58ffb5464b67049422672 Mon Sep 17 00:00:00 2001 From: lopesdasilva Date: Fri, 15 Mar 2024 09:45:15 +0000 Subject: [PATCH] feat: add new link to documentation (#40) * fix: project components now sends only the components information from the right project. * feat: add new link to documentation --- .../src/components/ui/main-nav/main-nav.tsx | 6 ++++-- .../src/components/ui/main-nav/nav-link.tsx | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ethereal-nexus-dashboard/src/components/ui/main-nav/main-nav.tsx b/ethereal-nexus-dashboard/src/components/ui/main-nav/main-nav.tsx index 3f7fadde..ad03eb09 100644 --- a/ethereal-nexus-dashboard/src/components/ui/main-nav/main-nav.tsx +++ b/ethereal-nexus-dashboard/src/components/ui/main-nav/main-nav.tsx @@ -29,9 +29,11 @@ export async function MainNav({ Components - API Documentation + Documentation {session?.user?.role === 'admin' ? ( {children} ); -} \ No newline at end of file +}