+1
-1
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
-
<span class="iconify lucide--inbox mb-2 text-3xl text-neutral-400" />
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>