diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 13:14:19 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-21 13:14:19 -0400 |
| commit | 6a0d2d07f6aa78ae4c669fab2d40b27ad4f3b5b8 (patch) | |
| tree | 8e6f372161d182fa0a4d1f2e98f9535a65608226 /src/components/ClipboardButton.tsx | |
| parent | 4743ebdf9c047a7ce9079026257cad876691cd8d (diff) | |
| download | decky-lsfg-vk-6a0d2d07f6aa78ae4c669fab2d40b27ad4f3b5b8.tar.gz decky-lsfg-vk-6a0d2d07f6aa78ae4c669fab2d40b27ad4f3b5b8.zip | |
restore plugin wiki link for now
Diffstat (limited to 'src/components/ClipboardButton.tsx')
| -rw-r--r-- | src/components/ClipboardButton.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
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} > <div style={{ display: "flex", alignItems: "center", gap: "8px" }}> - <FaClipboard /> - <div>Launch Option Clipboard</div> + <FaBook /> + <div>Plugin Wiki</div> </div> </ButtonItem> </PanelSectionRow> |
