diff --git a/frontend/web/src/components/CollectionView.tsx b/frontend/web/src/components/CollectionView.tsx index 2934dc0..ae27db7 100644 --- a/frontend/web/src/components/CollectionView.tsx +++ b/frontend/web/src/components/CollectionView.tsx @@ -61,34 +61,38 @@ const CollectionView = (props: Props) => {
-
- {collection.title} - (c/{collection.name}) +
+ + {collection.title} + + + (c/{collection.name}) +

{collection.description}

- - + + {showAdminActions && ( - + } - actionsClassName="!w-28 dark:text-gray-500" + actionsClassName="!w-28 text-sm" actions={ <>