Skip to content

Commit 2cadf10

Browse files
committed
Added DashButton component
1 parent 24b4e63 commit 2cadf10

File tree

1 file changed

+11
-3
lines changed
  • src/content/docs/browser-rendering/platform

1 file changed

+11
-3
lines changed

src/content/docs/browser-rendering/platform/limits.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ sidebar:
66
order: 30
77
---
88

9-
import { Render, Plan } from "~/components";
9+
import { Render, Plan, DashButton } from "~/components";
1010

1111
<Plan type="workers-all" />
1212

1313
## Workers Free
1414

1515
Users on the [Workers Free plan](/workers/platform/pricing/) are limited to **10 minutes of browser rendering usage per day**.
1616

17-
To increase this limit, you will need to [upgrade to a Workers Paid plan](https://dash.cloudflare.com/?to=/:account/workers/plans). Learn more about [Workers Plans here](/workers/platform/pricing).
17+
To increase this limit, go to the **Compute (Workers) > Workers plans** page in the Cloudflare dashboard:
18+
19+
<DashButton url="/?to=/:account/workers/plans" />
20+
21+
[Learn more about Workers Plans](/workers/platform/pricing).
1822

1923
| Feature | Limit |
2024
| -------------------------------------- | --------------- |
@@ -57,7 +61,11 @@ While the limits above define the maximum number of concurrent browser sessions
5761

5862
### I upgraded from the Workers Free plan, but I'm still hitting the 10-minute per day limit. What should I do?
5963

60-
If you recently [upgraded](https://dash.cloudflare.com/?to=/:account/workers/plans) to the [Workers Paid plan](/workers/platform/pricing/) but still encounter the 10-minute per day limit, redeploy your Worker to ensure your usage is correctly associated with the new plan.
64+
If you recently upgraded to the [Workers Paid plan](/workers/platform/pricing/) but still encounter the 10-minute per day limit, redeploy your Worker to ensure your usage is correctly associated with the new plan.
65+
66+
To upgrade, go to the **Compute (Workers) > Workers plans** page in the Cloudflare dashboard:
67+
68+
<DashButton url="/?to=/:account/workers/plans" />
6169

6270
<Render
6371
file="manage-concurrency-faq"

0 commit comments

Comments
 (0)