atproto explorer
0
fork

Configure Feed

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

use avatar thumbnail in search results

Juliet 00a3a5f6 a76223aa

+4 -1
+4 -1
src/components/search.tsx
··· 129 129 href={`/at://${actor.did}`} 130 130 onClick={() => setShowSearch(false)} 131 131 > 132 - <img src={actor.avatar} class="size-6 rounded-full" /> 132 + <img 133 + src={actor.avatar?.replace("img/avatar/", "img/avatar_thumbnail/")} 134 + class="size-6 rounded-full" 135 + /> 133 136 <span>{actor.handle}</span> 134 137 </A> 135 138 )}