From 46f56e71f2966834fe72325a536396fbf4a5b6d2 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Wed, 3 Jul 2024 14:42:51 +0100 Subject: [PATCH] Billing page layout and style improvements --- ...ces.orgs.$organizationSlug.select-plan.tsx | 60 +++++++++++-------- 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx b/apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx index 956f7ab16..1bbf46b16 100644 --- a/apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx +++ b/apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx @@ -138,7 +138,7 @@ type PricingPlansProps = { export function PricingPlans({ plans, subscription, organizationSlug }: PricingPlansProps) { return (
-
+
-
+
@@ -182,23 +182,28 @@ export function TierFree({ +
GitHub verified
} content={ - <> - - You have connected a verified GitHub account. - +
+
+ + + verified + +
- This is required for the free plan to prevent scammers and malicious use of our - platform. + You have connected a verified GitHub account. This is required for the Free plan + to prevent malicious use of our platform. - +
} - variant="dark" /> )}
@@ -452,13 +457,15 @@ export function TierPro({ export function TierEnterprise() { return ( -

Enterprise

-
-
-
-

- A custom plan tailored to your requirements -

+
+
+
+

Enterprise

+
+

+ Tailor a custom plan +

+
    All Pro plan features + @@ -484,13 +491,16 @@ export function TierEnterprise() {
- - Contact us - +
+ + Contact us + +
);