Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

remove Open Collective and GitHub Sponsors

+11 -63
-2
.github/FUNDING.yml
··· 1 1 ko_fi: scan 2 - github: margin-at 3 - open_collective: margin
+10 -41
web/src/components/navigation/RightSidebar.tsx
··· 1 1 import React, { useCallback, useEffect, useRef, useState } from "react"; 2 2 import { useNavigate } from "react-router-dom"; 3 - import { Search, Coffee, Heart, Globe } from "lucide-react"; 3 + import { Search, Coffee } from "lucide-react"; 4 4 import { 5 5 getTrendingTags, 6 6 searchActors, ··· 231 231 </a> 232 232 </div> 233 233 234 - <div className="rounded-xl p-3 border border-surface-200/60 dark:border-surface-700/60"> 235 - <p className="text-surface-500 dark:text-surface-400 text-xs mb-2"> 236 - Support Margin 237 - </p> 238 - <div className="flex flex-col gap-1.5"> 239 - <div className="flex gap-1.5"> 240 - <a 241 - href="https://ko-fi.com/scan" 242 - target="_blank" 243 - rel="noopener noreferrer" 244 - title="Ko-fi" 245 - className="flex items-center justify-center flex-1 px-2 py-1.5 rounded-lg border border-surface-200/80 dark:border-surface-700/80 text-surface-500 dark:text-surface-400 hover:border-[#FF5E5B] hover:text-[#FF5E5B] dark:hover:border-[#FF5E5B] dark:hover:text-[#FF5E5B] text-xs font-medium transition-colors gap-1.5" 246 - > 247 - <Coffee size={13} className="shrink-0" /> 248 - Ko-fi 249 - </a> 250 - <a 251 - href="https://github.com/sponsors/margin-at" 252 - target="_blank" 253 - rel="noopener noreferrer" 254 - title="GitHub Sponsors" 255 - className="flex items-center justify-center flex-1 px-2 py-1.5 rounded-lg border border-surface-200/80 dark:border-surface-700/80 text-surface-500 dark:text-surface-400 hover:border-[#EA4AAA] hover:text-[#EA4AAA] dark:hover:border-[#EA4AAA] dark:hover:text-[#EA4AAA] text-xs font-medium transition-colors gap-1.5" 256 - > 257 - <Heart size={13} className="shrink-0" /> 258 - GitHub 259 - </a> 260 - </div> 261 - <a 262 - href="https://opencollective.com/margin" 263 - target="_blank" 264 - rel="noopener noreferrer" 265 - title="Open Collective" 266 - className="flex items-center justify-center w-full px-2 py-1.5 rounded-lg border border-surface-200/80 dark:border-surface-700/80 text-surface-500 dark:text-surface-400 hover:border-[#7FADF2] hover:text-[#7FADF2] dark:hover:border-[#7FADF2] dark:hover:text-[#7FADF2] text-xs font-medium transition-colors gap-1.5" 267 - > 268 - <Globe size={13} className="shrink-0" /> 269 - Open Collective 270 - </a> 271 - </div> 272 - </div> 273 - 274 234 <div> 275 235 <h3 className="font-semibold text-sm px-1 mb-3 text-surface-900 dark:text-white tracking-tight"> 276 236 Trending ··· 360 320 className="hover:underline hover:text-surface-600 dark:hover:text-surface-300" 361 321 > 362 322 Stoat 323 + </a> 324 + <a 325 + href="https://ko-fi.com/scan" 326 + target="_blank" 327 + rel="noopener noreferrer" 328 + className="inline-flex items-center gap-1 text-[12px] text-surface-400 dark:text-surface-500 hover:text-[#FF5E5B] dark:hover:text-[#FF5E5B] transition-colors" 329 + > 330 + <Coffee size={12} className="shrink-0" /> 331 + Support on Ko-fi 363 332 </a> 364 333 <span>© 2026 Margin</span> 365 334 </div>
+1 -20
web/src/views/About.tsx
··· 18 18 Github, 19 19 ExternalLink, 20 20 Hash, 21 - Heart, 22 21 Coffee, 23 - Globe, 22 + Heart, 24 23 Eye, 25 24 Sun, 26 25 Moon, ··· 636 635 > 637 636 <Coffee size={16} /> 638 637 Ko-fi 639 - </a> 640 - <a 641 - href="https://github.com/sponsors/margin-at" 642 - target="_blank" 643 - rel="noopener noreferrer" 644 - className="inline-flex items-center gap-2 text-surface-500 dark:text-surface-400 hover:text-[#EA4AAA] dark:hover:text-[#EA4AAA] transition-colors font-medium" 645 - > 646 - <Heart size={16} /> 647 - GitHub Sponsors 648 - </a> 649 - <a 650 - href="https://opencollective.com/margin" 651 - target="_blank" 652 - rel="noopener noreferrer" 653 - className="inline-flex items-center gap-2 text-surface-500 dark:text-surface-400 hover:text-[#7FADF2] dark:hover:text-[#7FADF2] transition-colors font-medium" 654 - > 655 - <Globe size={16} /> 656 - Open Collective 657 638 </a> 658 639 </div> 659 640 </div>