From c3f510a2944cf8436c8bccedcb77db9bd6a7f2c3 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 20 Oct 2025 12:50:03 -0400 Subject: chore: remove unused elements previously commented out, for store release prep --- src/components/WikiButton.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/components/WikiButton.tsx (limited to 'src/components/WikiButton.tsx') diff --git a/src/components/WikiButton.tsx b/src/components/WikiButton.tsx deleted file mode 100644 index 065fb8e..0000000 --- a/src/components/WikiButton.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import { PanelSectionRow, ButtonItem } from "@decky/ui"; -import { FaBook } from "react-icons/fa"; - -export function WikiButton() { - const handleWikiClick = () => { - window.open("https://github.com/PancakeTAS/lsfg-vk/wiki", "_blank"); - }; - - return ( - - -
- -
LSFG-VK Wiki
-
-
-
- ); -} -- cgit v1.2.3