summaryrefslogtreecommitdiff
path: root/src/components/Content.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-21 13:14:19 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-21 13:14:19 -0400
commit6a0d2d07f6aa78ae4c669fab2d40b27ad4f3b5b8 (patch)
tree8e6f372161d182fa0a4d1f2e98f9535a65608226 /src/components/Content.tsx
parent4743ebdf9c047a7ce9079026257cad876691cd8d (diff)
downloaddecky-lsfg-vk-6a0d2d07f6aa78ae4c669fab2d40b27ad4f3b5b8.tar.gz
decky-lsfg-vk-6a0d2d07f6aa78ae4c669fab2d40b27ad4f3b5b8.zip
restore plugin wiki link for now
Diffstat (limited to 'src/components/Content.tsx')
-rw-r--r--src/components/Content.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Content.tsx b/src/components/Content.tsx
index 5f4e139..c4934a6 100644
--- a/src/components/Content.tsx
+++ b/src/components/Content.tsx
@@ -7,6 +7,7 @@ import { InstallationButton } from "./InstallationButton";
import { ConfigurationSection } from "./ConfigurationSection";
import { UsageInstructions } from "./UsageInstructions";
import { WikiButton } from "./WikiButton";
+import { ClipboardButton } from "./ClipboardButton";
import { SmartClipboardButton } from "./SmartClipboardButton";
import { PluginUpdateChecker } from "./PluginUpdateChecker";
import { NerdStuffModal } from "./NerdStuffModal";
@@ -82,6 +83,7 @@ export function Content() {
<UsageInstructions config={config} />
<WikiButton />
+ <ClipboardButton />
<SmartClipboardButton />
{/* Plugin Update Checker */}