diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 7b207823..4c7370bf 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -21,7 +21,7 @@ export default function ({ collection }: { collection: ExtendedCollection }) {
{collection.name}
{collection.name}
{collection.description}
diff --git a/components/Dashboard/LinkItem.tsx b/components/Dashboard/LinkItem.tsx index fd4c34ca..ec606b5e 100644 --- a/components/Dashboard/LinkItem.tsx +++ b/components/Dashboard/LinkItem.tsx @@ -21,8 +21,6 @@ export default function ({ link: ExtendedLink; count: number; }) { - const [editModal, setEditModal] = useState(false); - const url = new URL(link.url); const formattedDate = new Date(link.createdAt).toLocaleString("en-US", { year: "numeric", @@ -31,7 +29,7 @@ export default function ({ }); return ( -Linkwarden
diff --git a/layouts/MainLayout.tsx b/layouts/MainLayout.tsx index 4bb28f8f..2cfe01a8 100644 --- a/layouts/MainLayout.tsx +++ b/layouts/MainLayout.tsx @@ -24,11 +24,11 @@ export default function ({ children }: Props) { if (status === "authenticated" && !redirect && routeExists) return (Recently added Links
-Top Collections
-Top Tags
+ +