diff --git a/components/CollectionListing.tsx b/components/CollectionListing.tsx index 5bf81a8..53abfcc 100644 --- a/components/CollectionListing.tsx +++ b/components/CollectionListing.tsx @@ -186,29 +186,31 @@ const CollectionItem = ({ )} ) : ( - -
- -

{collection.name}

- - {collection.isPublic ? ( +
+ +
- ) : undefined} -
- {collection._count?.links} +

{collection.name}

+ + {collection.isPublic ? ( + + ) : undefined} +
+ {collection._count?.links} +
-
- + +
); };