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 +}