diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-19 14:21:21 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-19 14:21:21 -0400 |
| commit | 3ce6ba534900e68c815b4012a456842d3003c6da (patch) | |
| tree | ab45c2cbacd8c4b9aea1cfa2511f775812ab82da /src/components/WikiButton.tsx | |
| parent | 22af865eb46b58d7e93118436bfc512a8cbf0df2 (diff) | |
| download | decky-lsfg-vk-3ce6ba534900e68c815b4012a456842d3003c6da.tar.gz decky-lsfg-vk-3ce6ba534900e68c815b4012a456842d3003c6da.zip | |
update icons, rm immediate mode in present options
Diffstat (limited to 'src/components/WikiButton.tsx')
| -rw-r--r-- | src/components/WikiButton.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
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} > <div style={{ display: "flex", alignItems: "center", gap: "8px" }}> - <FaExternalLinkAlt /> + <FaBook /> <div>LSFG-VK Wiki</div> </div> </ButtonItem> |
