copy changes

This commit is contained in:
Dax Raad
2026-01-14 11:17:02 -05:00
parent e6e7eaf6e0
commit 9d92ae7530
2 changed files with 9 additions and 9 deletions

View File

@@ -2,8 +2,8 @@ import { Match, Switch } from "solid-js"
export const plans = [ export const plans = [
{ id: "20", multiplier: null }, { id: "20", multiplier: null },
{ id: "100", multiplier: "6x more usage than Black 20" }, { id: "100", multiplier: "5x more usage than Black 20" },
{ id: "200", multiplier: "21x more usage than Black 20" }, { id: "200", multiplier: "20x more usage than Black 20" },
] as const ] as const
export type PlanID = (typeof plans)[number]["id"] export type PlanID = (typeof plans)[number]["id"]

View File

@@ -117,13 +117,13 @@ export default function Black() {
<Show when={isSelected()}> <Show when={isSelected()}>
<div data-slot="content"> <div data-slot="content">
<ul data-slot="terms"> <ul data-slot="terms">
<li>Your subscription will not start immediately</li> <li>You will be added to the waitlist and activated in batches</li>
<li>You will be added to the waitlist and activated soon</li> <li>Card won't be charged until subscription is active</li>
<li>Your card will be only charged when your subscription is activated</li> <li>Not unlimited - limits apply and may be adjusted dynamically</li>
<li>Usage limits apply, heavily automated use may reach limits sooner</li> <li>Heavily automated usage will hit limits quickly</li>
<li>Subscriptions for individuals, contact Enterprise for teams</li> <li>Plans may be discontinued</li>
<li>Limits may be adjusted and plans may be discontinued in the future</li> <li>Can cancel subscription at anytime</li>
<li>Cancel your subscription at anytime</li> <li>Cannot issue refunds for consumed subscriptions</li>
</ul> </ul>
<div data-slot="actions"> <div data-slot="actions">
<button type="button" onClick={cancel} data-slot="cancel"> <button type="button" onClick={cancel} data-slot="cancel">