summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index d3c04d3..6efa8e2 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -135,8 +135,8 @@ export function Content() {
<UsageInstructions config={config} />
{/* Wiki and clipboard buttons - always available for documentation */}
- <WikiButton />
- <ClipboardButton />
+ {/* <WikiButton /> */}
+ {/* <ClipboardButton /> */}
{/* Plugin Update Checker */}
{/* <PluginUpdateChecker /> */}