diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 4c7370b..2052f13 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -19,7 +19,7 @@ export default function ({ collection }: { collection: ExtendedCollection }) { return ( -
{collection.name}
@@ -30,25 +30,33 @@ export default function ({ collection }: { collection: ExtendedCollection }) {{collection.description}
Members:
- {collection.members.map((e, i) => { - return ( -- {e.user.name} -
- ); - })} -{formattedDate}
-- {links.filter((e) => e.collectionId === collection.id).length} Links -
++ {links.filter((e) => e.collectionId === collection.id).length}{" "} + Links +
+{formattedDate}
+{e.name}
-{e.email}
+{e.name}
+{e.email}
+Permissions
++ (Click to toggle.) +
+Permissions
-(Click to toggle.)
-{e.user.name}
-{e.user.email}
++ {e.user.name} +
+{e.user.email}
+Permissions
++ (Click to toggle.) +
+Permissions
-(Click to toggle.)
-New Collection