change terms

This commit is contained in:
miloschwartz
2025-04-25 17:13:20 -04:00
parent c3dbc64a58
commit 80d76befc9
5 changed files with 32 additions and 15 deletions

View File

@@ -238,8 +238,11 @@ export default function GeneralPage() {
);
}}
/>
<Badge className="ml-2">
Enterprise
<Badge
variant="outlinePrimary"
className="ml-2"
>
Professional
</Badge>
</div>
<span className="text-sm text-muted-foreground">

View File

@@ -198,8 +198,11 @@ export default function Page() {
);
}}
/>
<Badge className="ml-2">
Enterprise
<Badge
variant="outlinePrimary"
className="ml-2"
>
Professional
</Badge>
</div>
<span className="text-sm text-muted-foreground">

View File

@@ -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",