diff --git a/pages/collections/myCollections.tsx b/pages/collections/myCollections.tsx index 7211d7d..46dc5da 100644 --- a/pages/collections/myCollections.tsx +++ b/pages/collections/myCollections.tsx @@ -85,7 +85,9 @@ const CollectionList: NextPage = () => {
+ |
@@ -115,12 +117,16 @@ const CollectionList: NextPage = () => {
-
{collection.name} -{collection.description} ++ {collection.name} + ++ {collection.description} + |
- + |
Minter:
@@ -188,7 +194,9 @@ const CollectionList: NextPage = () => {
)}
{myOneOfOneCollections.length > 0 && (
- 1/1 Collections
+
+ 1/1 Collections
+
|