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
blue ext link json
handle.invalid
4 months ago
7acbe3a1
95775f31
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
json.tsx
+1
-1
src/components/json.tsx
···
87
87
["http:", "https:", "web+at:"].includes(new URL(part).protocol) &&
88
88
part.split("\n").length === 1
89
89
) ?
90
90
-
<a class="underline" href={part} target="_blank" rel="noopener">
90
90
+
<a class="underline hover:text-blue-400" href={part} target="_blank" rel="noopener">
91
91
{part}
92
92
</a>
93
93
: part}