diff --git a/web/src/components/RightSidebar.jsx b/web/src/components/RightSidebar.jsx
index 03c53da..459de2c 100644
--- a/web/src/components/RightSidebar.jsx
+++ b/web/src/components/RightSidebar.jsx
@@ -7,6 +7,7 @@ import {
SiGithub,
SiBluesky,
SiApple,
+ SiKofi,
} from "react-icons/si";
import { FaEdge } from "react-icons/fa";
import { useAuth } from "../context/AuthContext";
@@ -28,7 +29,7 @@ function getExtensionInfo() {
url: "https://margin.at/soon",
icon: SiApple,
name: "iOS",
- label: "Get the Shortcut",
+ label: "Coming Soon",
};
}
if (isFirefox) {
@@ -169,6 +170,18 @@ export default function RightSidebar() {