From 6a0d2d07f6aa78ae4c669fab2d40b27ad4f3b5b8 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 21 Jul 2025 13:14:19 -0400 Subject: restore plugin wiki link for now --- src/components/ClipboardButton.tsx | 6 +++--- src/components/Content.tsx | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/components/ClipboardButton.tsx b/src/components/ClipboardButton.tsx index 7fd0a9b..cac1863 100644 --- a/src/components/ClipboardButton.tsx +++ b/src/components/ClipboardButton.tsx @@ -1,5 +1,5 @@ import { PanelSectionRow, ButtonItem } from "@decky/ui"; -import { FaClipboard } from "react-icons/fa"; +import { FaBook } from "react-icons/fa"; export function ClipboardButton() { const handleClipboardClick = () => { @@ -13,8 +13,8 @@ export function ClipboardButton() { onClick={handleClipboardClick} >
- -
Launch Option Clipboard
+ +
Plugin Wiki
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() { + {/* Plugin Update Checker */} -- cgit v1.2.3