this repo has no description

change unreachable repo icon

handle.invalid 825e16ff b531254f

verified
+2 -2
+2 -2
src/views/pds.tsx
··· 90 90 > 91 91 <Show when={!repo.active}> 92 92 <div class="absolute -left-4"> 93 - <Tooltip text={repo.status ?? "???"}> 94 - <span class="iconify lucide--skull"></span> 93 + <Tooltip text={repo.status ?? "Unknown status"}> 94 + <span class="iconify lucide--unplug"></span> 95 95 </Tooltip> 96 96 </div> 97 97 </Show>