tangled
alpha
login
or
join now
tynanpurdy.com
/
atprofile
3
fork
atom
Fork of atp.tools as a universal profile for people on the ATmosphere
3
fork
atom
overview
issues
pulls
pipelines
change tagline on backlinks viewer
Natalie B
11 months ago
44a9f49b
d9543615
+11
-1
1 changed file
expand all
collapse all
unified
split
src
components
allBacklinksViewer.tsx
+11
-1
src/components/allBacklinksViewer.tsx
···
88
88
target="_blank"
89
89
rel="noopener noreferrer"
90
90
>
91
91
-
microcosm constellation
91
91
+
constellation
92
92
</a>
93
93
+
by
94
94
+
<Link
95
95
+
className="text-blue-500 hover:underline"
96
96
+
to="/at:/$handle"
97
97
+
params={{ handle: "bad-example.com" }}
98
98
+
target="_blank"
99
99
+
rel="noopener noreferrer"
100
100
+
>
101
101
+
phil
102
102
+
</Link>
93
103
</div>
94
104
<div className="grid gap-4 md:grid-cols-1 lg:grid-cols-2 leading-snug">
95
105
{Object.entries(data.links).map(([category, stats]) => (