minor fix

This commit is contained in:
daniel31x13 2023-11-16 06:52:19 -05:00
parent 01602bafec
commit b50ec09727

View File

@ -186,7 +186,7 @@ export default function PublicCollections() {
</div>
) : null}
<p className="ml-2 text-gray-500 dark:text-gray-300">
<p className="ml-2 mt-1 text-gray-500 dark:text-gray-300">
By {collectionOwner.name} and {collection.members.length}{" "}
others.
</p>