From 9d92ae75300cc55eced5a7277f17d7082b173940 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 14 Jan 2026 11:17:02 -0500 Subject: [PATCH] copy changes --- packages/console/app/src/routes/black/common.tsx | 4 ++-- packages/console/app/src/routes/black/index.tsx | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/console/app/src/routes/black/common.tsx b/packages/console/app/src/routes/black/common.tsx index 8b8df8603..39844abee 100644 --- a/packages/console/app/src/routes/black/common.tsx +++ b/packages/console/app/src/routes/black/common.tsx @@ -2,8 +2,8 @@ import { Match, Switch } from "solid-js" export const plans = [ { id: "20", multiplier: null }, - { id: "100", multiplier: "6x more usage than Black 20" }, - { id: "200", multiplier: "21x more usage than Black 20" }, + { id: "100", multiplier: "5x more usage than Black 20" }, + { id: "200", multiplier: "20x more usage than Black 20" }, ] as const export type PlanID = (typeof plans)[number]["id"] diff --git a/packages/console/app/src/routes/black/index.tsx b/packages/console/app/src/routes/black/index.tsx index 4e1e7802d..c46fdc0da 100644 --- a/packages/console/app/src/routes/black/index.tsx +++ b/packages/console/app/src/routes/black/index.tsx @@ -117,13 +117,13 @@ export default function Black() {
    -
  • Your subscription will not start immediately
  • -
  • You will be added to the waitlist and activated soon
  • -
  • Your card will be only charged when your subscription is activated
  • -
  • Usage limits apply, heavily automated use may reach limits sooner
  • -
  • Subscriptions for individuals, contact Enterprise for teams
  • -
  • Limits may be adjusted and plans may be discontinued in the future
  • -
  • Cancel your subscription at anytime
  • +
  • You will be added to the waitlist and activated in batches
  • +
  • Card won't be charged until subscription is active
  • +
  • Not unlimited - limits apply and may be adjusted dynamically
  • +
  • Heavily automated usage will hit limits quickly
  • +
  • Plans may be discontinued
  • +
  • Can cancel subscription at anytime
  • +
  • Cannot issue refunds for consumed subscriptions