tangled
alpha
login
or
join now
aylac.top
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
remove gap
handle.invalid
5 months ago
f204df26
a2fc1dd3
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
views
pds.tsx
+1
-1
src/views/pds.tsx
···
49
49
const [openInfo, setOpenInfo] = createSignal(false);
50
50
51
51
return (
52
52
-
<div class="flex items-center gap-1">
52
52
+
<div class="flex items-center">
53
53
<A
54
54
href={`/at://${repo.did}`}
55
55
class="grow truncate rounded py-0.5 font-mono text-blue-400 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600"