Update sidebar labels and add docker logs

This commit is contained in:
akhisud3195 2025-04-03 19:33:01 +05:30
parent bcb686a20d
commit 6236bc68e9
2 changed files with 4 additions and 4 deletions

View file

@ -64,13 +64,13 @@ export default function Sidebar({ projectId, useRag, useAuth, collapsed = false,
},
...(useRag ? [{
href: 'sources',
label: 'Connect',
label: 'RAG',
icon: DatabaseIcon,
requiresProject: true
}] : []),
{
href: 'config',
label: 'Integrate',
label: 'Settings',
icon: SettingsIcon,
requiresProject: true
}