tangled
alpha
login
or
join now
futur.blue
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
edit homepage
handle.invalid
4 months ago
09d16625
e623d5e8
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+9
-5
1 changed file
expand all
collapse all
unified
split
src
views
home.tsx
+9
-5
src/views/home.tsx
···
1
export const Home = () => {
2
return (
3
<div class="flex w-full flex-col gap-4 wrap-break-word">
4
-
<div>
5
<div>
6
-
<span class="text-lg font-semibold">AT Protocol Explorer</span>
7
</div>
8
<div class="flex items-center gap-1">
9
<div class="iconify lucide--search" />
10
<span>
11
Browse the public data on{" "}
12
-
<a class="underline" href="https://atproto.com" target="_blank">
13
atproto
14
</a>
15
.
···
24
<span>Jetstream and firehose streaming.</span>
25
</div>
26
<div class="flex items-center gap-1">
27
-
<div class="iconify lucide--send-to-back" />
28
<span>
29
Backlinks support with{" "}
30
-
<a href="https://constellation.microcosm.blue" class="underline" target="_blank">
0
0
0
0
31
constellation
32
</a>
33
.
···
1
export const Home = () => {
2
return (
3
<div class="flex w-full flex-col gap-4 wrap-break-word">
4
+
<div class="flex flex-col gap-0.5">
5
<div>
6
+
<span class="text-xl font-semibold">AT Protocol Explorer</span>
7
</div>
8
<div class="flex items-center gap-1">
9
<div class="iconify lucide--search" />
10
<span>
11
Browse the public data on{" "}
12
+
<a class="underline hover:text-blue-400" href="https://atproto.com" target="_blank">
13
atproto
14
</a>
15
.
···
24
<span>Jetstream and firehose streaming.</span>
25
</div>
26
<div class="flex items-center gap-1">
27
+
<div class="iconify lucide--link" />
28
<span>
29
Backlinks support with{" "}
30
+
<a
31
+
href="https://constellation.microcosm.blue"
32
+
class="underline hover:text-blue-400"
33
+
target="_blank"
34
+
>
35
constellation
36
</a>
37
.