We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bad807 commit 09e9766Copy full SHA for 09e9766
1 file changed
apps/landing/src/components/landing/cta.tsx
@@ -2,7 +2,7 @@
2
3
import { ArrowRight, GithubLogo, Sparkle } from "@phosphor-icons/react";
4
import Link from "next/link";
5
-import { OPENCOM_HOSTED_ONBOARDING_URL, OPENCOM_GITHUB_DOCS_URL, OPENCOM_GITHUB_REPO_URL } from "@/lib/links";
+import { OPENCOM_HOSTED_ONBOARDING_URL, OPENCOM_GITHUB_REPO_URL } from "@/lib/links";
6
7
export function CTA() {
8
return (
0 commit comments