atproto explorer pdsls.dev
atproto tool

change no labels found icon

juli.ee ed7cdacc 681baf33

verified
Changed files
+1 -1
src
views
+1 -1
src/views/labels.tsx
···
<Show when={labels().length === 0 && !loading()}>
<div class="flex flex-col items-center justify-center py-8 text-center">
-
<span class="iconify lucide--inbox mb-2 text-3xl text-neutral-400" />
<p class="text-sm text-neutral-600 dark:text-neutral-400">No labels found</p>
</div>
</Show>
···
<Show when={labels().length === 0 && !loading()}>
<div class="flex flex-col items-center justify-center py-8 text-center">
+
<span class="iconify lucide--tags mb-2 text-3xl text-neutral-400" />
<p class="text-sm text-neutral-600 dark:text-neutral-400">No labels found</p>
</div>
</Show>