diff --git a/src/components/page-actions.tsx b/src/components/page-actions.tsx index 4ae1e4887..af5cd2392 100644 --- a/src/components/page-actions.tsx +++ b/src/components/page-actions.tsx @@ -3,7 +3,6 @@ import { useCopyableCode } from "@/contexts/copyable-code-context"; import { reconstructMarkdownWithFrontmatter } from "@/utils/markdown"; import { cn } from "@/lib/cn"; import * as React from "react"; -import posthog from "posthog-js"; import { Icon } from "./icon"; import type { FrontMatter } from "@/types"; @@ -119,22 +118,6 @@ export function PageActions({ /> - - {/* Deploy with Railway */} - { - posthog.capture("docs_deploy_button_clicked", { - page: slug, - }); - }} - className="inline-flex items-center justify-center gap-1.5 h-9 px-2.5 mt-4 rounded-lg text-sm font-medium text-white bg-primary-solid hover:bg-primary-solid-hover active:bg-primary-solid-active transition-colors focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-solid focus-visible:ring-offset-2 focus-visible:ring-offset-muted-app" - > - Deploy with Railway - - ); }