From 2b5577772b8541ae767a137468988d81a1f5db68 Mon Sep 17 00:00:00 2001 From: "GitStart-Cal.com" <121884634+gitstart-calcom@users.noreply.github.com> Date: Mon, 24 Jul 2023 07:17:25 +0100 Subject: [PATCH] fix: Fix UI issues on embed popup footer (#10286) Co-authored-by: gitstart-calcom --- apps/web/components/Embed.tsx | 7 ++----- packages/ui/components/dialog/Dialog.tsx | 12 ++---------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/apps/web/components/Embed.tsx b/apps/web/components/Embed.tsx index 6a0923ab1f..d194306793 100644 --- a/apps/web/components/Embed.tsx +++ b/apps/web/components/Embed.tsx @@ -1181,7 +1181,7 @@ const EmbedTypeCodeAndPreviewDialogContent = ({ -
+
{tabs.map((tab) => { return ( @@ -1208,10 +1208,7 @@ const EmbedTypeCodeAndPreviewDialogContent = ({ )}
- + {tab.type === "code" ? (