From 3ce6ba534900e68c815b4012a456842d3003c6da Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 19 Jul 2025 14:21:21 -0400 Subject: update icons, rm immediate mode in present options --- src/components/WikiButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/WikiButton.tsx') diff --git a/src/components/WikiButton.tsx b/src/components/WikiButton.tsx index 80ff1d9..065fb8e 100644 --- a/src/components/WikiButton.tsx +++ b/src/components/WikiButton.tsx @@ -1,5 +1,5 @@ import { PanelSectionRow, ButtonItem } from "@decky/ui"; -import { FaExternalLinkAlt } from "react-icons/fa"; +import { FaBook } from "react-icons/fa"; export function WikiButton() { const handleWikiClick = () => { @@ -13,7 +13,7 @@ export function WikiButton() { onClick={handleWikiClick} >
- +
LSFG-VK Wiki
-- cgit v1.2.3