diff --git a/apps/web/components/eventtype/EventAppsTab.tsx b/apps/web/components/eventtype/EventAppsTab.tsx index d42ab0a04e..067a09a76e 100644 --- a/apps/web/components/eventtype/EventAppsTab.tsx +++ b/apps/web/components/eventtype/EventAppsTab.tsx @@ -1,3 +1,5 @@ +import { Trans } from "next-i18next"; +import Link from "next/link"; import type { EventTypeSetupProps, FormValues } from "pages/event-types/[type]"; import { useFormContext } from "react-hook-form"; @@ -158,9 +160,21 @@ export const EventAppsTab = ({ eventType }: { eventType: EventType }) => { {!shouldLockDisableProps("apps").disabled && (
+
+
{description || app?.description}