atproto explorer

add name to input

handle.invalid 529a8b21 00dffd35

verified
+1
+1
src/views/collection.tsx
··· 277 </A> 278 </Tooltip> 279 <TextInput 280 placeholder="Filter by substring" 281 onInput={(e) => setFilter(e.currentTarget.value)} 282 class="grow"
··· 277 </A> 278 </Tooltip> 279 <TextInput 280 + name="Filter" 281 placeholder="Filter by substring" 282 onInput={(e) => setFilter(e.currentTarget.value)} 283 class="grow"