diff --git a/apps/storybook/components/VariantsTable.tsx b/apps/storybook/components/VariantsTable.tsx index 781b74f92a..30b136777e 100644 --- a/apps/storybook/components/VariantsTable.tsx +++ b/apps/storybook/components/VariantsTable.tsx @@ -1,4 +1,5 @@ -import React, { ReactElement, ReactNode } from "react"; +import type { ReactElement, ReactNode } from "react"; +import React from "react"; import { classNames } from "@calcom/lib"; @@ -42,7 +43,7 @@ export function VariantsTable({ {!isDark && ( -
+
{t("add_to_homescreen")}
+
{t( "Need help? See our guides for embedding Cal on Wix, Squarespace, or WordPress, check our common questions, or explore advanced embed options." )} @@ -561,12 +561,12 @@ ${getEmbedTypeSpecificString({ embedFramework: "HTML", embedType, calLink, previ } return ( <> - {t("create_update_react_component")} + {t("create_update_react_component")}