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
juli.ee
5 months ago
6c0774b3
5d5bfc07
verified
This commit was signed with the committer's
known signature
.
juli.ee
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
47
["http:", "https:", "web+at:"].includes(new URL(part).protocol) &&
48
48
part.split("\n").length === 1
49
49
) ?
50
50
-
<a
51
51
-
class="text-blue-400 hover:underline active:underline"
52
52
-
href={part}
53
53
-
target="_blank"
54
54
-
rel="noopener noreferrer"
55
55
-
>
50
50
+
<a class="underline" href={part} target="_blank" rel="noopener noreferrer">
56
51
{part}
57
52
</a>
58
53
: part}