This repository has no description
0

Configure Feed

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

feat: subtler collections title on navlist

+1 -1
+1 -1
src/webapp/features/collections/components/collectionsNavList/CollectionsNavList.tsx
··· 33 33 return ( 34 34 <Stack gap={'xs'}> 35 35 <Group justify="space-between"> 36 - <Text fw={600} c={'gray'}> 36 + <Text fz={'sm'} fw={600} c={'gray'}> 37 37 Collections 38 38 </Text> 39 39