summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx
index e444fbf..7152951 100755
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -6,7 +6,7 @@ import {
// Router
} from "@decky/ui";
import { definePlugin, callable } from "@decky/api";
-import { FaShip } from "react-icons/fa";
+import { RiAiGenerate } from "react-icons/ri";
const runInstallFGMod = callable<
[],
@@ -327,7 +327,7 @@ export default definePlugin(() => ({
<MainContent />
</>
),
- icon: <FaShip />,
+ icon: <RiAiGenerate />,
onDismount() {
console.log("Framegen Plugin unmounted");
},