diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index d2f59b5..97e0b63 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -65,7 +65,7 @@ export default function CollectionCard({ collection, className }: Props) { return (
{count + 1}
++ {unescapeString(link.name || link.description) || shortendURL} +
+{shortendURL}
+ + ) : ( +{count + 1}
-- {unescapeString(link.name || link.description)} -
-{collection?.name}
- + { + e.stopPropagation(); + }} + className="flex items-center gap-1 max-w-full w-fit hover:opacity-70 duration-100" + > +{collection?.name}
+ - { - e.stopPropagation(); - }} - className="flex items-center gap-1 max-w-full w-fit text-neutral hover:opacity-70 duration-100" - > -{shortendURL}
- -{formattedDate}
-{formattedDate}
+No Tags
- )} -Delete Link
- +Are you sure you want to delete this Link?
diff --git a/components/ModalContent/EditCollectionModal.tsx b/components/ModalContent/EditCollectionModal.tsx index 96ddf71..34d2502 100644 --- a/components/ModalContent/EditCollectionModal.tsx +++ b/components/ModalContent/EditCollectionModal.tsx @@ -51,7 +51,7 @@ export default function EditCollectionModal({Edit Collection Info
- +Edit Link
- + {link.url ? (Create a New Collection
- +Create a New Link
- +Upload File
File
diff --git a/pages/collections/index.tsx b/pages/collections/index.tsx index ca3fd4a..16795fc 100644 --- a/pages/collections/index.tsx +++ b/pages/collections/index.tsx @@ -57,7 +57,7 @@ export default function Collections() { className="w-5 h-5" />