tangled
alpha
login
or
join now
citizen428.net
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
underline external links
handle.invalid
5 months ago
6c0774b3
5d5bfc07
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-6
1 changed file
expand all
collapse all
unified
split
src
components
json.tsx
+1
-6
src/components/json.tsx
···
47
["http:", "https:", "web+at:"].includes(new URL(part).protocol) &&
48
part.split("\n").length === 1
49
) ?
50
-
<a
51
-
class="text-blue-400 hover:underline active:underline"
52
-
href={part}
53
-
target="_blank"
54
-
rel="noopener noreferrer"
55
-
>
56
{part}
57
</a>
58
: part}
···
47
["http:", "https:", "web+at:"].includes(new URL(part).protocol) &&
48
part.split("\n").length === 1
49
) ?
50
+
<a class="underline" href={part} target="_blank" rel="noopener noreferrer">
0
0
0
0
0
51
{part}
52
</a>
53
: part}