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() { + +
+ + Donate +
+ +
diff --git a/web/src/pages/Profile.jsx b/web/src/pages/Profile.jsx index 038c045..46a1640 100644 --- a/web/src/pages/Profile.jsx +++ b/web/src/pages/Profile.jsx @@ -366,17 +366,19 @@ export default function Profile() { Save bookmarks from Safari's share sheet.

e.preventDefault()} > - Download Shortcut + Coming Soon