diff --git a/apps/docs/theme.config.js b/apps/docs/theme.config.js index 935c26a76c..25857c7491 100644 --- a/apps/docs/theme.config.js +++ b/apps/docs/theme.config.js @@ -1,3 +1,5 @@ +import { SEO_IMG_DEFAULT, DOCS_URL } from "@calcom/lib/constants"; + const themeConfig = { github: "https://github.com/calcom/cal.com", docsRepositoryBase: "https://github.com/calcom/cal.com/blob/main/apps/docs/pages", @@ -18,11 +20,11 @@ const themeConfig = { content="Explore advice and explanations for all of our features, and discover new tips and tricks to get the most out of your subscription." /> - + - + - + diff --git a/apps/web/components/Logo.tsx b/apps/web/components/Logo.tsx index 08bc6632b2..1e4b31672a 100644 --- a/apps/web/components/Logo.tsx +++ b/apps/web/components/Logo.tsx @@ -1,18 +1,15 @@ +import { LOGO_ICON, LOGO } from "@calcom/lib/constants"; + export default function Logo({ small, icon }: { small?: boolean; icon?: boolean }) { return (
{t("you_will_need_to_generate")}. Find out how to do this{" "} - here. + here.