summaryrefslogtreecommitdiff
path: root/src/components/UsageInstructions.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-15 21:45:20 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-15 21:45:20 -0400
commit3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141 (patch)
tree94800a7c641dc5f04dc49b291138baf85bb948be /src/components/UsageInstructions.tsx
parent15b007fddefecae48a3c736320770411d64bbb8f (diff)
downloaddecky-lsfg-vk-3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141.tar.gz
decky-lsfg-vk-3f7dd8ce0a0f11f894332a3b4351ecd7a9abd141.zip
add clipboard web launch button
Diffstat (limited to 'src/components/UsageInstructions.tsx')
-rw-r--r--src/components/UsageInstructions.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx
index ca9ddd2..bf80630 100644
--- a/src/components/UsageInstructions.tsx
+++ b/src/components/UsageInstructions.tsx
@@ -1,5 +1,4 @@
import { PanelSectionRow } from "@decky/ui";
-import { WikiButton } from "./WikiButton";
interface ConfigType {
enableLsfg: boolean;
@@ -96,8 +95,6 @@ export function UsageInstructions({ config }: UsageInstructionsProps) {
</div>
</div>
</PanelSectionRow>
-
- <WikiButton />
</>
);
}