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
adjust error badge padding
handle.invalid
1 month ago
1a7d02e7
f0869957
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
repo.tsx
+1
-1
src/views/repo.tsx
···
325
325
</div>
326
326
<div class="flex gap-1">
327
327
<Show when={error() && error() !== "Missing PDS"}>
328
328
-
<div class="flex items-center gap-1.5 rounded-md border border-red-500 px-2 py-0.5 text-xs font-medium text-red-500 sm:text-sm dark:border-red-400 dark:text-red-400">
328
328
+
<div class="flex items-center gap-1 rounded-md border border-red-500 px-1.5 py-0.5 text-xs font-medium text-red-500 sm:text-sm dark:border-red-400 dark:text-red-400">
329
329
<span
330
330
class={`iconify ${
331
331
error() === "Deactivated" ? "lucide--user-round-x"