atproto explorer
0
fork

Configure Feed

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

increase avatar size

Juliet 562d4ecb 085408ba

+1 -1
+1 -1
src/components/account.tsx
··· 84 84 <span class="flex items-center gap-2"> 85 85 <img 86 86 src={avatars[did as Did].replace("img/avatar/", "img/avatar_thumbnail/")} 87 - class="size-5 rounded-full" 87 + class="size-6 rounded-full" 88 88 /> 89 89 <span class="truncate">{sessions[did]?.length ? sessions[did] : did}</span> 90 90 </span>