diff --git a/components/products/github-offboarding.js b/components/products/github-offboarding.js index 64169f3..1e59f33 100644 --- a/components/products/github-offboarding.js +++ b/components/products/github-offboarding.js @@ -1,21 +1,8 @@ 'use client' -import { useState, useEffect } from 'react' import OffboardingAnimation from '@/components/animations/offboarding-anim' export default function GitHubOffboarding({ showTitle = true, compact = false }) { - const [waitlistUrl, setWaitlistUrl] = useState(null) - - useEffect(() => { - if (typeof window !== 'undefined') { - const returnUri = encodeURIComponent( - `${window.location.origin}${window.location.pathname}#github-offboarding` - ) - setWaitlistUrl( - `https://wallet.hello.coop/waitlist?waitlist_label=GitHub+Offboarding&return_uri=${returnUri}` - ) - } - }, []) return (
@@ -55,14 +42,14 @@ export default function GitHubOffboarding({ showTitle = true, compact = false })
)}
- Coming Q1 2026 + FREE for members of your directory
- Join the waitlist + Get started diff --git a/components/products/hello-lifecycle.js b/components/products/hello-lifecycle.js index 2f93338..5f64bdd 100644 --- a/components/products/hello-lifecycle.js +++ b/components/products/hello-lifecycle.js @@ -80,4 +80,4 @@ export default function HelloLifecycle({ showTitle = true, compact = false }) {
) -} +} \ No newline at end of file