atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

simplify search tips

Juliet 54303362 7aba1af6

+2 -13
+2 -13
src/components/search.tsx
··· 12 12 } from "solid-js"; 13 13 import { isTouchDevice } from "../layout"; 14 14 import { resolveLexiconAuthority, resolveLexiconAuthorityDirect } from "../utils/api"; 15 - import { appHandleLink, appList, appName, AppUrl } from "../utils/app-urls"; 15 + import { appHandleLink, appList, AppUrl } from "../utils/app-urls"; 16 16 import { createDebouncedValue } from "../utils/hooks/debounced"; 17 17 import { Modal } from "./modal"; 18 18 ··· 458 458 <span class="text-neutral-400 dark:text-neutral-500">tngl.sh</span> 459 459 </div> 460 460 </div> 461 - <span> 462 - Paste links from{" "} 463 - <For each={Object.values(appName).slice(0, 4)}> 464 - {(name, i) => ( 465 - <> 466 - {name} 467 - {i() < 3 ? ", " : ""} 468 - </> 469 - )} 470 - </For> 471 - {Object.keys(appName).length > 4 && <span> &amp; more</span>} 472 - </span> 461 + <span>Bluesky, Tangled, Pinksea, or Frontpage links</span> 473 462 </div> 474 463 </Show> 475 464 </form>