This repository has no description
0

Configure Feed

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

Merge branch 'development'

+2 -1
+1 -1
src/webapp/features/semble/components/urlAddedBySummary/Skeleton.UrlAddedBySummary.tsx
··· 3 3 export default function UrlAddedBySummarySkeleton() { 4 4 return ( 5 5 <Group gap={'xs'}> 6 - <Avatar src={null} /> 6 + <Avatar src={null} size={'sm'} /> 7 7 <Skeleton w={'30%'} h={14} /> 8 8 </Group> 9 9 );
+1
src/webapp/features/semble/components/urlAddedBySummary/UrlAddedBySummary.tsx
··· 29 29 src={p.user.avatarUrl?.replace('avatar', 'avatar_thumbnail')} 30 30 alt={p.user.handle} 31 31 name={p.user.handle} 32 + size={'sm'} 32 33 /> 33 34 ))} 34 35 </AvatarGroup>