mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Link "Admin panel" to /admin instead of deep-linking to the connectors page
This commit is contained in:
parent
8533d49b28
commit
70886a9934
@ -152,14 +152,14 @@ export function UserDropdown({
|
||||
|
||||
{showAdminPanel ? (
|
||||
<DropdownOption
|
||||
href="/admin/indexing/status"
|
||||
href="/admin"
|
||||
icon={<LightSettingsIcon className="h-5 w-5 my-auto mr-2" />}
|
||||
label="Admin Panel"
|
||||
/>
|
||||
) : (
|
||||
showCuratorPanel && (
|
||||
<DropdownOption
|
||||
href="/admin/indexing/status"
|
||||
href="/admin"
|
||||
icon={<LightSettingsIcon className="h-5 w-5 my-auto mr-2" />}
|
||||
label="Curator Panel"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user