tangled
alpha
login
or
join now
psingletary.com
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
reverse NSID contrast
handle.invalid
4 weeks ago
80992ef7
b437e25f
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+3
-3
1 changed file
expand all
collapse all
unified
split
src
views
repo.tsx
+3
-3
src/views/repo.tsx
···
495
495
href={`/at://${did}/${authority}.${nsid}`}
496
496
class="hover:underline active:underline"
497
497
>
498
498
-
<span>{authority}</span>
499
499
-
<span class="text-neutral-500 dark:text-neutral-400">
500
500
-
.{nsid}
498
498
+
<span class="text-neutral-800/70 dark:text-neutral-200/70">
499
499
+
{authority}.
501
500
</span>
501
501
+
<span>{nsid}</span>
502
502
</A>
503
503
)}
504
504
</For>