From b50ec09727a0f64d4b85b4195f24e10ebf20fed5 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Thu, 16 Nov 2023 06:52:19 -0500 Subject: [PATCH] minor fix --- pages/public/collections/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.