tangled
alpha
login
or
join now
margin.at
/
margin
87
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
87
fork
atom
overview
issues
4
pulls
1
pipelines
add tangled to right sidebar
scanash.com
1 month ago
ab4b436d
d624e0df
+11
-5
2 changed files
expand all
collapse all
unified
split
web
src
components
navigation
RightSidebar.tsx
views
core
Feed.tsx
+10
-2
web/src/components/navigation/RightSidebar.tsx
···
126
126
Terms
127
127
</a>
128
128
<a
129
129
-
href="https://github.com/margin-at"
129
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
134
-
Code
134
134
+
GitHub
135
135
+
</a>
136
136
+
<a
137
137
+
href="https://tangled.org/margin.at/margin"
138
138
+
target="_blank"
139
139
+
rel="noreferrer"
140
140
+
className="hover:underline hover:text-surface-600 dark:hover:text-surface-300"
141
141
+
>
142
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
220
-
onClick={() =>
221
221
-
window.open("https://github.com/margin-at", "_blank")
222
222
-
}
220
220
+
onClick={() => window.open("/about", "_blank")}
223
221
>
224
222
Learn More
225
223
</Button>