diff --git a/src/app/(loggedInProjects)/[projectSlug]/contacts/table/_components/ContactsTable.tsx b/src/app/(loggedInProjects)/[projectSlug]/contacts/table/_components/ContactsTable.tsx index 850f8d47..332f679b 100644 --- a/src/app/(loggedInProjects)/[projectSlug]/contacts/table/_components/ContactsTable.tsx +++ b/src/app/(loggedInProjects)/[projectSlug]/contacts/table/_components/ContactsTable.tsx @@ -1,7 +1,7 @@ "use client" import { ObjectDump } from "@/src/app/admin/_components/ObjectDump" import { improveErrorMessage } from "@/src/core/components/forms/improveErrorMessage" -import { pinkButtonStyles } from "@/src/core/components/links" +import { Link, pinkButtonStyles } from "@/src/core/components/links" import { ButtonWrapper } from "@/src/core/components/links/ButtonWrapper" import { useProjectSlug } from "@/src/core/routes/useProjectSlug" import { isProduction } from "@/src/core/utils" @@ -152,6 +152,9 @@ export const ContactsTable = () => { return ( <> + + Zurück zu externen Kontakten +