diff --git a/pages/public/collections/[id].tsx b/pages/public/collections/[id].tsx index b1e94cc..c92d3c6 100644 --- a/pages/public/collections/[id].tsx +++ b/pages/public/collections/[id].tsx @@ -186,7 +186,7 @@ export default function PublicCollections() { ) : null} -
+
By {collectionOwner.name} and {collection.members.length}{" "} others.