diff --git a/pages/integrations/index.tsx b/pages/integrations/index.tsx index 6acccad4..e7fcd49f 100644 --- a/pages/integrations/index.tsx +++ b/pages/integrations/index.tsx @@ -1,4 +1,5 @@ import { PencilAltIcon, TrashIcon } from "@heroicons/react/outline"; +import { ClipboardIcon } from "@heroicons/react/solid"; import { WebhookTriggerEvents } from "@prisma/client"; import Image from "next/image"; import { getErrorFromUnknown } from "pages/_error"; @@ -52,8 +53,8 @@ function WebhookListItem(props: { webhook: TWebhook; onEditWebhook: () => void } }); return ( - -
+ +
{props.webhook.eventTriggers.map((eventTrigger, ind) => ( @@ -284,40 +285,68 @@ function WebhookEmbed(props: { webhooks: TWebhook[] }) {
- -
-
-

-

-
+ +
+ + +
+ Embed +
+ {t("standard_iframe")} + Embed your calendar within your webpage +
+
+ + +
+
+
+ +
+ Embed +
+ {t("responsive_fullscreen_iframe")} + A fullscreen scheduling experience on your website +
+
+ + +
+
+
+
- -
-