Skip to content

Commit dff4f00

Browse files
authored
Update pricing.mdx
Change to using plan component.
1 parent ca52ab4 commit dff4f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/browser-rendering/pricing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Pricing
44
sidebar:
55
order: 13
66
---
7-
import { DashButton } from "~/components"
7+
import { DashButton, Plan } from "~/components"
88

9-
Browser Rendering requires a Workers plan. Learn more about [Workers plans](/workers/platform/pricing/).
9+
<Plan type="workers-all" />
1010

1111
There are two ways to use Browser Rendering. Depending on the method you use, here is how billing works:
1212
- [**REST API**](/browser-rendering/rest-api/): Charged for browser hours only

0 commit comments

Comments
 (0)