(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
99
fork

Configure Feed

Select the types of activity you want to include in your feed.

add tangled to right sidebar

scanash00 ab4b436d d624e0df

+11 -5
+10 -2
web/src/components/navigation/RightSidebar.tsx
··· 126 126 Terms 127 127 </a> 128 128 <a 129 - href="https://github.com/margin-at" 129 + href="https://github.com/margin-at/margin" 130 130 target="_blank" 131 131 rel="noreferrer" 132 132 className="hover:underline hover:text-surface-600 dark:hover:text-surface-300" 133 133 > 134 - Code 134 + GitHub 135 + </a> 136 + <a 137 + href="https://tangled.org/margin.at/margin" 138 + target="_blank" 139 + rel="noreferrer" 140 + className="hover:underline hover:text-surface-600 dark:hover:text-surface-300" 141 + > 142 + Tangled 135 143 </a> 136 144 <span>© 2026 Margin</span> 137 145 </div>
+1 -3
web/src/views/core/Feed.tsx
··· 217 217 </Button> 218 218 <Button 219 219 variant="secondary" 220 - onClick={() => 221 - window.open("https://github.com/margin-at", "_blank") 222 - } 220 + onClick={() => window.open("/about", "_blank")} 223 221 > 224 222 Learn More 225 223 </Button>