diff --git a/apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx b/apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx index 6d21d60c785..42650c4b9b6 100644 --- a/apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx +++ b/apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx @@ -156,7 +156,7 @@ export function PlanInfoCardUI(props: { {props.team.billingPlan !== "free" && ( -
Adjust your plan here to avoid unnecessary charges.{" "}
diff --git a/apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx b/apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx
index 842e9389773..389dd259c6b 100644
--- a/apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx
+++ b/apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx
@@ -120,6 +120,9 @@ const PRO_CONTACT_US_URL =
function ProPlanCancelPlanSheetContent() {
return (
Please contact us to cancel your Pro plan
+ Cancel Plan
+