this repo has no description
0
fork

Configure Feed

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

Tooltip for authors showing display name and username

+1
+1
src/pages/catchup.jsx
··· 965 965 authors[author].avatarStatic || authors[author].avatar 966 966 } 967 967 size="xxl" 968 + alt={`${authors[author].displayName} (@${authors[author].username})`} 968 969 />{' '} 969 970 <span class="count">{authorCounts[author]}</span> 970 971 <span class="username">{authors[author].username}</span>