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(