Skip to content

Commit

Permalink
refactor(hub): change plan names in billing badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jog1t committed Dec 29, 2024
1 parent 5d10aef commit efa8d52
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { useIntersectionObserver } from "usehooks-ts";
import { projectBillingQueryOptions } from "../../queries";

const BILLING_PLAN_LABELS = {
[Rivet.ee.billing.Plan.Indie]: "Indie Plan",
[Rivet.ee.billing.Plan.Studio]: "Studio Plan",
[Rivet.ee.billing.Plan.Trial]: "Trial Plan",
[Rivet.ee.billing.Plan.Indie]: "Pro",
[Rivet.ee.billing.Plan.Studio]: "Team",
[Rivet.ee.billing.Plan.Trial]: "Community",
};

const BILLING_PLAN_COLORS = {
Expand Down

0 comments on commit efa8d52

Please sign in to comment.