From 0b5e71fe916e92ef9ecf7de91ca43371c4bd6d25 Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Tue, 29 Jul 2025 07:53:45 -0700 Subject: wording and layout tweaks (#125) * wording and layout tweaks * red in remove button * reorganize frontend components * fix ld preload permissions issue for decky 3.1.10 * bump ver --- src/components/DocumentationButton.tsx | 41 ---------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/components/DocumentationButton.tsx (limited to 'src/components/DocumentationButton.tsx') diff --git a/src/components/DocumentationButton.tsx b/src/components/DocumentationButton.tsx deleted file mode 100644 index 7069bc2..0000000 --- a/src/components/DocumentationButton.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import { PanelSection, PanelSectionRow, ButtonItem } from "@decky/ui"; -import { FaClipboard, FaBook } from "react-icons/fa"; - -export function DocumentationButton() { - const handleDocClick = () => { - window.open("https://github.com/xXJSONDeruloXx/Decky-Framegen/wiki", "_blank"); - }; - - const handleOptiScalerClick = () => { - window.open("https://github.com/optiscaler/OptiScaler/wiki", "_blank"); - }; - - return ( - - {/* - - -
- -
Copy Launch Command
-
-
-
- */} - - -
- -
OptiScaler Wiki
-
-
-
-
- ); -} -- cgit v1.2.3