tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
shreyan was right
handle.invalid
6 months ago
397080a9
d9e354da
+1
-1
1 changed file
expand all
collapse all
unified
split
src
components
search.tsx
+1
-1
src/components/search.tsx
···
68
68
</Show>
69
69
<Show when={!loading()}>
70
70
<button type="submit" onclick={() => processInput(searchInput.value)}>
71
71
-
<div class="i-lucide-search text-lg text-neutral-500 dark:text-neutral-400" />
71
71
+
<div class="i-lucide-arrow-right text-lg text-neutral-500 dark:text-neutral-400" />
72
72
</button>
73
73
</Show>
74
74
</div>