diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index d9aebfd..2699705 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -66,7 +66,7 @@ export default function CollectionCard({ collection, className }: Props) { href={`/collections/${collection.id}`} className="flex flex-col gap-2 justify-between min-h-[12rem] h-full select-none p-5" > -
+
{collection.name}
{e.name}
+{e.name}
- Filter by -
+Filter by
+
{unescapeString(link.name || link.description)}
- {collection?.name} -
+{collection?.name}
{/* {link.tags[0] ? ( @@ -219,7 +217,7 @@ export default function LinkCard({ link, count, className }: Props) { onClick={(e) => { e.stopPropagation(); }} - className="px-2 bg-sky-200 text-black dark:text-white dark:bg-sky-900 text-xs rounded-3xl cursor-pointer hover:opacity-60 duration-100 truncate max-w-[19rem]" + className="px-2 bg-sky-200 dark:bg-sky-900 text-xs rounded-3xl cursor-pointer hover:opacity-60 duration-100 truncate max-w-[19rem]" > {e.name} diff --git a/components/LinkPreview.tsx b/components/LinkPreview.tsx index c81e46e..652ed29 100644 --- a/components/LinkPreview.tsx +++ b/components/LinkPreview.tsx @@ -75,7 +75,7 @@ export default function LinkPreview({ link, className, settings }: Props) {{1}
-+
{unescapeString(link.name as string)}
- Landing Pages ⚡️ -
+Landing Pages ⚡️
- Edit -
+Edit
- Preserved Formats -
+Preserved Formats
- Delete -
+Delete
) : undefined} diff --git a/components/Modal/Collection/CollectionInfo.tsx b/components/Modal/Collection/CollectionInfo.tsx index 962e9ee..117db41 100644 --- a/components/Modal/Collection/CollectionInfo.tsx +++ b/components/Modal/Collection/CollectionInfo.tsx @@ -60,7 +60,7 @@ export default function CollectionInfo({Name
+Name
Color
+Color
Description
+Description