tangled
alpha
login
or
join now
margin.at
/
margin
86
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
86
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
Terms
127
</a>
128
<a
129
-
href="https://github.com/margin-at"
130
target="_blank"
131
rel="noreferrer"
132
className="hover:underline hover:text-surface-600 dark:hover:text-surface-300"
133
>
134
-
Code
0
0
0
0
0
0
0
0
135
</a>
136
<span>© 2026 Margin</span>
137
</div>
···
126
Terms
127
</a>
128
<a
129
+
href="https://github.com/margin-at/margin"
130
target="_blank"
131
rel="noreferrer"
132
className="hover:underline hover:text-surface-600 dark:hover:text-surface-300"
133
>
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
143
</a>
144
<span>© 2026 Margin</span>
145
</div>
+1
-3
web/src/views/core/Feed.tsx
···
217
</Button>
218
<Button
219
variant="secondary"
220
-
onClick={() =>
221
-
window.open("https://github.com/margin-at", "_blank")
222
-
}
223
>
224
Learn More
225
</Button>
···
217
</Button>
218
<Button
219
variant="secondary"
220
+
onClick={() => window.open("/about", "_blank")}
0
0
221
>
222
Learn More
223
</Button>