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.
-
+
+
- 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
+
+
);