mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 06:08:15 +02:00
change terms
This commit is contained in:
parent
c3dbc64a58
commit
80d76befc9
5 changed files with 32 additions and 15 deletions
|
@ -68,7 +68,7 @@ export const orgNavItems: SidebarNavItem[] = [
|
|||
title: "API Keys",
|
||||
href: "/{orgId}/settings/api-keys",
|
||||
icon: <KeyRound className="h-4 w-4" />,
|
||||
showEnterprise: true
|
||||
showProfessional: true
|
||||
},
|
||||
{
|
||||
title: "Settings",
|
||||
|
@ -87,7 +87,7 @@ export const adminNavItems: SidebarNavItem[] = [
|
|||
title: "API Keys",
|
||||
href: "/{orgId}/settings/api-keys",
|
||||
icon: <KeyRound className="h-4 w-4" />,
|
||||
showEnterprise: true
|
||||
showProfessional: true
|
||||
},
|
||||
{
|
||||
title: "Identity Providers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue