From af4b7087dc3ede97c3f4f95f8bbc0b97fd05c162 Mon Sep 17 00:00:00 2001 From: morgmart <98432065+morgmart@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:44:23 -0700 Subject: [PATCH] Open community creation signup from desktop (#2110) --- desktop/src/features/communities/ui/WelcomeSetup.tsx | 2 +- desktop/tests/e2e/onboarding.spec.ts | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/desktop/src/features/communities/ui/WelcomeSetup.tsx b/desktop/src/features/communities/ui/WelcomeSetup.tsx index 4c8497513..428f9dcfe 100644 --- a/desktop/src/features/communities/ui/WelcomeSetup.tsx +++ b/desktop/src/features/communities/ui/WelcomeSetup.tsx @@ -37,7 +37,7 @@ type WelcomeSetupProps = { onBack: () => void; }; -const CREATE_COMMUNITY_URL = "https://buzz.xyz"; +const CREATE_COMMUNITY_URL = "https://app.builderlab.xyz/signup?returnTo=/buzz"; const LOCAL_DEV_RELAY_URLS = new Set([ "ws://localhost:3000", "ws://127.0.0.1:3000", diff --git a/desktop/tests/e2e/onboarding.spec.ts b/desktop/tests/e2e/onboarding.spec.ts index f620df928..947e55c7a 100644 --- a/desktop/tests/e2e/onboarding.spec.ts +++ b/desktop/tests/e2e/onboarding.spec.ts @@ -636,7 +636,9 @@ test("first-community choices expose npub and invite input", async ({ ?.payload; }), ) - .toMatchObject({ url: "https://buzz.xyz" }); + .toMatchObject({ + url: "https://app.builderlab.xyz/signup?returnTo=/buzz", + }); await page.getByRole("button", { name: "Add me to a community" }).click(); await expect(page.getByTestId("welcome-join-npub")).toHaveText(