diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index cdd82536..66624683 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -60,7 +60,7 @@ export default function CollectionCard({ collection, className }: Props) { return ( ); diff --git a/components/Modal/Collection/TeamManagement.tsx b/components/Modal/Collection/TeamManagement.tsx index fe00eb62..f8190e06 100644 --- a/components/Modal/Collection/TeamManagement.tsx +++ b/components/Modal/Collection/TeamManagement.tsx @@ -235,7 +235,7 @@ export default function TeamManagement({ )}
@@ -420,7 +420,7 @@ export default function TeamManagement({ >
diff --git a/pages/collections/[id].tsx b/pages/collections/[id].tsx index 93a46314..b3173869 100644 --- a/pages/collections/[id].tsx +++ b/pages/collections/[id].tsx @@ -99,7 +99,7 @@ export default function Index() { return ( );