Skip to content

Commit 618353b

Browse files
Fix missing DashButton component
1 parent eb15203 commit 618353b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/content/docs/ssl/origin-configuration/ssl-tls-recommender.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77
text: Deprecated
88
---
99

10-
import { FeatureTable, Render, TabItem, Tabs } from "~/components";
10+
import { FeatureTable, Render, TabItem, Tabs, DashButton } from "~/components";
1111

1212
The SSL/TLS Recommender helps you choose which [Encryption mode](/ssl/origin-configuration/ssl-modes/) is best for your application.
1313

src/content/partials/ssl/change-encryption-mode-dash.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
---
55

6+
import { DashButton } from "~/components";
7+
68
To change your encryption mode in the dashboard:
79

810
1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page.

0 commit comments

Comments
 (0)