diff --git a/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx b/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx index e31463851f..fc9ab9baaa 100644 --- a/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx +++ b/site/src/modules/dashboard/Navbar/DeploymentDropdown.tsx @@ -92,14 +92,9 @@ const DeploymentDropdownContent: FC = ({ )} {canViewAIBridge && ( - <> - - AI Bridge Logs - - - AI Bridge Sessions - - + + AI Bridge Sessions + )} {canViewHealth && ( diff --git a/site/src/router.tsx b/site/src/router.tsx index a643d3bb5e..d6dcd4e95a 100644 --- a/site/src/router.tsx +++ b/site/src/router.tsx @@ -662,7 +662,10 @@ export const router = createBrowserRouter( }> - } /> + } + /> } />