You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.concurrency/route.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ export default function Page() {
134
134
Upgrade for more concurrency
135
135
</Paragraph>
136
136
<LinkButton
137
-
to={v3BillingPath(organization)}
137
+
to={v3BillingPath(organization,"Upgrade your plan for more concurrency")}
0 commit comments