tangled
alpha
login
or
join now
ansxor.ca
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
taken down with a space because we love being a pedant
handle.invalid
1 month ago
d67aed37
467eae58
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
repo.tsx
+2
-2
src/views/repo.tsx
···
175
175
setError("Deactivated");
176
176
break;
177
177
case "RepoTakendown":
178
178
-
setError("Takendown");
178
178
+
setError("Taken down");
179
179
break;
180
180
default:
181
181
setError("Unreachable");
···
329
329
<span
330
330
class={`iconify ${
331
331
error() === "Deactivated" ? "lucide--user-round-x"
332
332
-
: error() === "Takendown" ? "lucide--shield-ban"
332
332
+
: error() === "Taken down" ? "lucide--shield-ban"
333
333
: "lucide--unplug"
334
334
}`}
335
335
></span>