This repository has no description
0

Configure Feed

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

Update Skeleton.RecentCollections.tsx

+2 -2
+2 -2
src/webapp/features/home/components/recentCollections/Skeleton.RecentCollections.tsx
··· 17 17 </Group> 18 18 19 19 <Group gap="xs"> 20 - <Skeleton w={82} h={30} radius={'xl'} /> 21 20 <Skeleton w={110} h={30} radius={'xl'} /> 22 - <Skeleton w={56} h={30} radius={'xl'} /> 21 + <Skeleton w={82} h={30} radius={'xl'} /> 22 + <Skeleton w={109} h={30} radius={'xl'} /> 23 23 </Group> 24 24 25 25 <SimpleGrid cols={{ base: 1, sm: 2, lg: 4 }} spacing="xs">