Skip to content

Commit 7509cc6

Browse files
Fix missing DashButton component import
1 parent fbac297 commit 7509cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/ssl/edge-certificates/additional-options/minimum-tls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 13
66
---
77

8-
import { FeatureTable, TabItem, Tabs, APIRequest, Render } from "~/components";
8+
import { FeatureTable, TabItem, Tabs, APIRequest, Render, DashButton } from "~/components";
99

1010
Minimum TLS Version only allows HTTPS connections from visitors that support the selected TLS protocol version or newer.
1111

src/content/docs/ssl/edge-certificates/additional-options/tls-13.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 12
66
---
77

8-
import { Details, FeatureTable, Render, TabItem, Tabs } from "~/components";
8+
import { Details, FeatureTable, Render, TabItem, Tabs, DashButton } from "~/components";
99

1010
TLS 1.3 enables the latest version of the TLS protocol (when supported) for improved security and performance.
1111

0 commit comments

Comments
 (0)