diff --git a/adminsite/app/(customer)/billing/page.tsx b/adminsite/app/(customer)/billing/page.tsx index 440b396..33b92a0 100644 --- a/adminsite/app/(customer)/billing/page.tsx +++ b/adminsite/app/(customer)/billing/page.tsx @@ -20,19 +20,14 @@ export default function BillingPage() { // Each subscription names the instance it pays for, because tier and term // are per-licence rather than per-account. Resolving the name here is the // difference between "professional · annual" and knowing which install that is. - const nameFor = (instanceId?: string) => - account.data?.instances.find((i) => i.instance_id === instanceId)?.name; + const nameFor = (instanceId?: string) => account.data?.instances.find((i) => i.instance_id === instanceId)?.name; return (
- Change a card, download an invoice or cancel from the billing - portal. It covers every subscription on this account. -
+Change a card, download an invoice or cancel from the billing portal. It covers every subscription on this account.
- Anything else, email support. -
- +Anything else, email support.
+ support@hostxtra.co.uk- You have no subscriptions. Cloud instances and self-hosted licences are - both bought from the pricing page. -
+You have no subscriptions. Cloud instances and self-hosted licences are both bought from the pricing page.
) : (