diff --git a/packages/frontend/components/Layout/UpgradeModal.tsx b/packages/frontend/components/Layout/UpgradeModal.tsx index ed1e8f54..301fb5cb 100644 --- a/packages/frontend/components/Layout/UpgradeModal.tsx +++ b/packages/frontend/components/Layout/UpgradeModal.tsx @@ -202,6 +202,7 @@ export function UpgradePlans({ highlight }: { highlight?: string }) { { id: "team", title: "4 team members" }, { id: "projects", title: "Unlimited Projects" }, { id: "analytics", title: "Advanced Analytics" }, + { id: "playground", title: "Template Playground" }, { id: "export", title: "Exports & API" }, ]} highlight={highlight} @@ -250,9 +251,8 @@ export function UpgradePlans({ highlight }: { highlight?: string }) { features={[ { id: "events", title: "Unlimited events" }, { id: "team", title: "10 team members" }, - { id: "playground", title: "Unlimited Playground" }, { id: "evaluate", title: "Evaluations" }, - { id: "radar", title: "Radar & Alerts" }, + { id: "radar", title: "Radars & Alerts" }, { id: "support", title: "Shared Slack channel" }, ]} highlight={highlight} @@ -284,7 +284,7 @@ export function UpgradePlans({ highlight }: { highlight?: string }) {