diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 92f57d1..9d871f2 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -19,7 +19,7 @@ export default function ({ collection }: { collection: ExtendedCollection }) { }); return ( -
+
diff --git a/pages/collections/index.tsx b/pages/collections/index.tsx index ebd5adf..e2960cf 100644 --- a/pages/collections/index.tsx +++ b/pages/collections/index.tsx @@ -194,7 +194,7 @@ export default function () { })}