summaryrefslogtreecommitdiff
path: root/src/components/UsageInstructions.tsx
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-15 22:37:45 -0400
committerGitHub <noreply@github.com>2025-07-15 22:37:45 -0400
commit80247f76332d2704e21361192b774f31b1520e57 (patch)
tree6dacd61f372610c8734839343ac326c61554488e /src/components/UsageInstructions.tsx
parent5fc11c1b263908e925014d86eb10649e7208b35b (diff)
parent2ad4b2a8d97b29710992e6859f3f50f6883649aa (diff)
downloaddecky-lsfg-vk-80247f76332d2704e21361192b774f31b1520e57.tar.gz
decky-lsfg-vk-80247f76332d2704e21361192b774f31b1520e57.zip
Merge pull request #25 from xXJSONDeruloXx/clipboard-workaround
Clipboard workaround
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 />
</>
);
}