We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b799d00 commit 68ab338Copy full SHA for 68ab338
src/content/docs/style-guide/components/dash-button.mdx
@@ -19,7 +19,11 @@ import { DashButton } from "~/components";
19
```mdx live
20
import { DashButton } from "~/components";
21
22
-<DashButton url="/?to=/:account/workers-and-pages" />
+1. In the Cloudflare dashboard, go to the **WAF** page.
23
+
24
+ <DashButton url="/?to=/:account/application-security/waf" />
25
26
+2. ...
27
```
28
29
## `<DashButton>` Props
0 commit comments