diff --git a/nx-dev/ui-pricing/src/lib/faq.tsx b/nx-dev/ui-pricing/src/lib/faq.tsx index 04d7c8723f7e1..508cab3a1f479 100644 --- a/nx-dev/ui-pricing/src/lib/faq.tsx +++ b/nx-dev/ui-pricing/src/lib/faq.tsx @@ -39,6 +39,12 @@ export function Faq(): ReactElement { answer: 'Concurrent connections are unique machines that connect to Nx Cloud from a CI environment. If you are using Distributed Task Execution, you should expect to have one concurrent connection from your orchestrator job, and one additional concurrent connection for each live agent that is helping perform work.', }, + { + question: + "I thought I was on the Pro plan, but I don't see it listed anymore. Does it still exist?", + answer: + "Yes, the Pro plan still exists for users who were grandfathered in. If you're already on the Pro plan, you will continue to receive support without any changes. However, this plan is no longer available to new users.", + }, { question: 'Is there a limit to the number of active contributors I can have on the Hobby plan?', @@ -104,7 +110,7 @@ export function Faq(): ReactElement { ]; return ( -
+
diff --git a/nx-dev/ui-pricing/src/lib/plans-display.tsx b/nx-dev/ui-pricing/src/lib/plans-display.tsx index fa1930e128283..7876b1465621f 100644 --- a/nx-dev/ui-pricing/src/lib/plans-display.tsx +++ b/nx-dev/ui-pricing/src/lib/plans-display.tsx @@ -378,6 +378,12 @@ export function PlansDisplay(): ReactElement { pricing. Prices do not include applicable taxes.

+
+

+ Looking for the Pro plan?{' '} + Checkout our FAQ ↓ +

+