atproto explorer
0
fork

Configure Feed

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

add artist mention to homepage and readme

Juliet 87b1b32c 86bde5e4

+14
+1
README.md
··· 6 6 7 7 [atcute](https://github.com/mary-ext/atcute) - atproto SDK\ 8 8 [@skyware/firehose](https://github.com/skyware-js/firehose) - Firehose client 9 + [Blue-tan art](https://bsky.app/profile/did:plc:zoujtrsqvk3w4n5svsqtj3kg/post/3l3tq5xwqf22o) by nico ღ
+13
src/views/home.tsx
··· 1 1 import { A } from "@solidjs/router"; 2 + import { Show } from "solid-js"; 2 3 3 4 const Home = () => { 4 5 return ( ··· 79 80 </A> 80 81 </p> 81 82 </div> 83 + <Show when={localStorage.kawaii === "true"}> 84 + <p> 85 + Blue-tan art by{" "} 86 + <a 87 + href="https://bsky.app/profile/did:plc:zoujtrsqvk3w4n5svsqtj3kg" 88 + target="_blank" 89 + class="text-lightblue-500 hover:underline" 90 + > 91 + nico ღ 92 + </a> 93 + </p> 94 + </Show> 82 95 <div> 83 96 <i> 84 97 Proudly powered by{" "}