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 no labels found icon
handle.invalid
4 months ago
ed7cdacc
681baf33
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
labels.tsx
+1
-1
src/views/labels.tsx
···
272
272
273
273
<Show when={labels().length === 0 && !loading()}>
274
274
<div class="flex flex-col items-center justify-center py-8 text-center">
275
275
-
<span class="iconify lucide--inbox mb-2 text-3xl text-neutral-400" />
275
275
+
<span class="iconify lucide--tags mb-2 text-3xl text-neutral-400" />
276
276
<p class="text-sm text-neutral-600 dark:text-neutral-400">No labels found</p>
277
277
</div>
278
278
</Show>