diff --git a/apps/web/components/Embed.tsx b/apps/web/components/Embed.tsx index 7cc1ea783c..736931db18 100644 --- a/apps/web/components/Embed.tsx +++ b/apps/web/components/Embed.tsx @@ -488,7 +488,8 @@ ${getEmbedSnippetString()} ${getEmbedTypeSpecificString({ embedFramework: "HTML", embedType, calLink, previewState })} ` - }> + } + />
{t(
"Need help? See our guides for embedding Cal on Wix, Squarespace, or WordPress, check our common questions, or explore advanced embed options."
@@ -531,7 +532,8 @@ ${getEmbedTypeSpecificString({ embedFramework: "HTML", embedType, calLink, previ
/* If you are using npm */
// npm install @calcom/embed-react
${getEmbedTypeSpecificString({ embedFramework: "react", embedType, calLink, previewState })}
-`}>
+`}
+ />
>
);
}),
@@ -802,11 +804,11 @@ const EmbedTypeCodeAndPreviewDialogContent = ({
},
});
}}>
-
{t("this_input_will_shown_booking_this_event")}
)} - + {booking && ( <> diff --git a/apps/web/components/dialog/RescheduleDialog.tsx b/apps/web/components/dialog/RescheduleDialog.tsx index 902ba7187a..7e11fbf453 100644 --- a/apps/web/components/dialog/RescheduleDialog.tsx +++ b/apps/web/components/dialog/RescheduleDialog.tsx @@ -58,7 +58,7 @@ export const RescheduleDialog = (props: IRescheduleDialog) => {{t("team_description")}
> } diff --git a/apps/web/components/ui/AvatarSSR.tsx b/apps/web/components/ui/AvatarSSR.tsx index 9e0599274b..d4b02e8244 100644 --- a/apps/web/components/ui/AvatarSSR.tsx +++ b/apps/web/components/ui/AvatarSSR.tsx @@ -29,5 +29,5 @@ export function AvatarSSR(props: AvatarProps) { imgSrc = defaultAvatarSrc(user.emailMd5); } // eslint-disable-next-line @next/next/no-img-element - return imgSrc ? : null; + return imgSrc ? : null; } diff --git a/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx b/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx index 938b9a8f96..f46a76f7d9 100644 --- a/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx +++ b/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx @@ -259,7 +259,7 @@ const PremiumTextfield = (props: ICustomUsernameProps) => {