diff --git a/packages/app/src/app/components/Create/ImportTemplate/ImportTemplate.tsx b/packages/app/src/app/components/Create/ImportTemplate/ImportTemplate.tsx index c65fff4c938..48c64cd9afc 100644 --- a/packages/app/src/app/components/Create/ImportTemplate/ImportTemplate.tsx +++ b/packages/app/src/app/components/Create/ImportTemplate/ImportTemplate.tsx @@ -104,7 +104,7 @@ export const ImportTemplate = () => { here diff --git a/packages/app/src/app/components/WorkspaceSetup/steps/FAQ.tsx b/packages/app/src/app/components/WorkspaceSetup/steps/FAQ.tsx index 46be09fefcd..faf7fbce8ac 100644 --- a/packages/app/src/app/components/WorkspaceSetup/steps/FAQ.tsx +++ b/packages/app/src/app/components/WorkspaceSetup/steps/FAQ.tsx @@ -148,25 +148,15 @@ const content = { question: 'What will happen when I hit my workspace member limit on a Pro plan? Will I have the option to pay for more members individually?', answer: - 'If you hit the workspace member limit, please reach out to our customer team to discuss a custom plan to suit your needs.', + 'If you hit the workspace member limit, please reach out to our sales team to discuss a custom plan to suit your needs.', }, { - question: - 'I’m currently on a plan with annual billing. Do your new plans have an annual option?', - answer: - 'We can offer annual billing for custom Enterprise plans. However, at the moment, our new Pro plan is only available with monthly billing. We will introduce annual billing in the near future. ', - }, - { - question: 'My Sandbox or Devbox is frozen. What does that mean?', - answer: `In Devboxes and repositories, the VM will become frozen if the workspace does not have enough available credits to run a VM. You may encounter a frozen state if: + question: 'My Sandbox is frozen. What does that mean?', + answer: `In VM Sandboxes and repositories, the VM will become frozen if the workspace does not have enough available credits to run a VM. You may encounter a frozen state if: - you are on a Free workspace and have run out of credits; - you are on a Pro workspace but your credit spend has hit the spending limit. - To get out of the frozen state, you can either upgrade to Pro (if you are on Free) or adjust your spending limit. Otherwise, you must wait until the start of the next billing cycle for your credits to renew. - - You may also experience a similar “frozen” state with Sandboxes. When the Sandbox limit included in your workspace is exceeded, Sandboxes over the limit will become read-only. - - To regain edit access to Sandboxes over the limit, you can either upgrade to Pro (if you are on Free) or increase your Sandbox limit with add-ons.`, + To get out of the frozen state, you can either upgrade to Pro (if you are on Free) or adjust your spending limit. Otherwise, you must wait until the start of the next billing cycle for your credits to renew.`, }, { question: 'What is your cancelation and refund policy?', diff --git a/packages/app/src/app/components/WorkspaceSetup/steps/Plans.tsx b/packages/app/src/app/components/WorkspaceSetup/steps/Plans.tsx index d34310e7510..cf09d8828ae 100644 --- a/packages/app/src/app/components/WorkspaceSetup/steps/Plans.tsx +++ b/packages/app/src/app/components/WorkspaceSetup/steps/Plans.tsx @@ -699,7 +699,7 @@ const FeaturesComparison: React.FC<{ plans: PricingPlanFeatures[] }> = ({ Learn more about Sandboxes. @@ -717,7 +717,7 @@ const FeaturesComparison: React.FC<{ plans: PricingPlanFeatures[] }> = ({ Learn more about Devboxes. diff --git a/packages/app/src/app/constants.ts b/packages/app/src/app/constants.ts index 8cc1b4751e2..cb3d6b8aff7 100644 --- a/packages/app/src/app/constants.ts +++ b/packages/app/src/app/constants.ts @@ -2,7 +2,7 @@ export const DIALOG_TRANSITION_DURATION = 0.25; export const DIALOG_WIDTH = 420; export const REPLY_TRANSITION_DELAY = 0.5; export const ORGANIZATION_CONTACT_LINK = - 'https://webforms.pipedrive.com/f/72gS7iXoP8qjL8Ku9HZQcN5UKpUpZkgKRCjhbqREjCOYyBgzrCKCr7Mys5AyczOHBN'; + 'https://www.together.ai/contact-sales'; export const CSB_FRIENDS_LINK = 'https://codesandbox.io/docs/learn/plans/codesandbox-friends'; diff --git a/packages/app/src/app/pages/GitHub/index.tsx b/packages/app/src/app/pages/GitHub/index.tsx index 6d1641ddb93..c36214dfe82 100644 --- a/packages/app/src/app/pages/GitHub/index.tsx +++ b/packages/app/src/app/pages/GitHub/index.tsx @@ -84,7 +84,7 @@ export const GitHub: FunctionComponent = withTheme(({ theme }) => { repository.
diff --git a/packages/components/src/components/ExternalCard/index.stories.tsx b/packages/components/src/components/ExternalCard/index.stories.tsx index 1ef7d4ec816..23ce76e74b1 100644 --- a/packages/components/src/components/ExternalCard/index.stories.tsx +++ b/packages/components/src/components/ExternalCard/index.stories.tsx @@ -34,7 +34,7 @@ const video = { const thumbless = { title: 'Uploading Static Files', url: - 'https://codesandbox.io/docs/learn/sandboxes/editors#uploading-static-files', + 'https://codesandbox.io/docs/learn/vm-sandboxes/upload', thumbnail: 'https://malformed-url.com', };