diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index af13803..60609a4 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -32,7 +32,7 @@ export default function CollectionCard({ collection, className }: Props) { return (
- {collection?.name} -
-+ {collection?.name} +
+ + { + e.stopPropagation(); + }} + className="flex items-center gap-1 max-w-full w-fit text-gray-500 dark:text-gray-300 hover:opacity-70 duration-100" + >{shortendURL}
-{formattedDate}
diff --git a/components/Modal/Link/LinkDetails.tsx b/components/Modal/Link/LinkDetails.tsx index 7ab3d52..8281939 100644 --- a/components/Modal/Link/LinkDetails.tsx +++ b/components/Modal/Link/LinkDetails.tsx @@ -166,7 +166,6 @@ export default function LinkDetails({ link, isOwnerOrMod }: Props) { -{data.name}
@@ -59,7 +76,18 @@ export default function PublicCollections() {