This repository has no description
0

Configure Feed

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

Update Skeleton.CollectionContributorsSummary.tsx

+1 -1
+1 -1
src/webapp/features/collections/components/collectionContributorsSummary/Skeleton.CollectionContributorsSummary.tsx
··· 1 1 import { Skeleton } from '@mantine/core'; 2 2 3 3 export default function CollectionContributorsSummarySkeleton() { 4 - return <Skeleton w={100} h={14} />; 4 + return <Skeleton w={100} h={26} />; 5 5 }