diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 4923a01..a141313 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -59,7 +59,7 @@ export default function CollectionCard({ collection, className }: Props) { return (
{formattedDate}
+
+
- By - - setModal({ - modal: "COLLECTION", - state: true, - method: "VIEW_TEAM", - isOwner: false, - active: collection, - defaultIndex: 0, - }) - } - > - {collectionOwner.name} - {collection.members.length > 0 - ? ` and ${collection.members.length} others` - : undefined} - +
+ By {collectionOwner.name} + {collection.members.length > 0 + ? ` and ${collection.members.length} others` + : undefined} + .