+ {t("title")} +
+{t("subtitle")}
+diff --git a/src/app/[locale]/dashboard/new/page.tsx b/src/app/[locale]/dashboard/new/page.tsx index 77c4129..1f09a22 100644 --- a/src/app/[locale]/dashboard/new/page.tsx +++ b/src/app/[locale]/dashboard/new/page.tsx @@ -4,7 +4,7 @@ import { redirect } from "next/navigation"; import { OnboardingFlow } from "@/components/onboarding/onboarding-flow"; import { BackLink } from "@/components/ui/back-link"; import { listTenants } from "@/lib/k8s"; -import { listActiveTenantRequestsByOrgId } from "@/lib/db"; +import { listActiveTenantRequestsByOrgId, getOrgBilling } from "@/lib/db"; import { personalAccountAtCapacity } from "@/lib/personal-org"; /** @@ -55,6 +55,8 @@ export default async function NewInstancePage() { } const t = await getTranslations("dashboard"); + const orgBilling = await getOrgBilling(user.orgId); + const hasOrgBilling = orgBilling !== null; return (
{t("subtitle")}
+{t("subtitle")}
+{t("nothingForYou")}
++ {t("billingVatHelp")} +
+