diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index ca5253b..2880959 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -76,11 +76,11 @@ export default function CollectionCard({ collection, className }: Props) {
{collection._count && collection._count.links}
-
+

{formattedDate}

diff --git a/components/Modal/Collection/CollectionInfo.tsx b/components/Modal/Collection/CollectionInfo.tsx index 669d05e..ff00919 100644 --- a/components/Modal/Collection/CollectionInfo.tsx +++ b/components/Modal/Collection/CollectionInfo.tsx @@ -104,7 +104,7 @@ export default function CollectionInfo({

Description