From 2717e45253c8caee02933a04a4adf687d87c9c2c Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 26 May 2023 05:48:02 +0330 Subject: [PATCH] minor fix --- components/CollectionCard.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 05cefc1a..7a12785d 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -55,11 +55,9 @@ export default function ({ collection }: { collection: ExtendedCollection }) {
-
-

- {collection.name} -

-
+

+ {collection.name} +

{collection.members