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
change unreachable repo icon
handle.invalid
6 months ago
825e16ff
b531254f
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+2
-2
1 changed file
expand all
collapse all
unified
split
src
views
pds.tsx
+2
-2
src/views/pds.tsx
···
90
90
>
91
91
<Show when={!repo.active}>
92
92
<div class="absolute -left-4">
93
93
-
<Tooltip text={repo.status ?? "???"}>
94
94
-
<span class="iconify lucide--skull"></span>
93
93
+
<Tooltip text={repo.status ?? "Unknown status"}>
94
94
+
<span class="iconify lucide--unplug"></span>
95
95
</Tooltip>
96
96
</div>
97
97
</Show>