From 09ffe611825fbde59ef5262525bdee026ffc2770 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 18:12:25 +0000 Subject: [PATCH] Fix JSX '>' in DocsGettingStarted cgen-1bac15b1126841179948ddac7d58b0fc --- client/pages/docs/DocsGettingStarted.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pages/docs/DocsGettingStarted.tsx b/client/pages/docs/DocsGettingStarted.tsx index eef1df5c..52260e2d 100644 --- a/client/pages/docs/DocsGettingStarted.tsx +++ b/client/pages/docs/DocsGettingStarted.tsx @@ -231,7 +231,7 @@ export default function DocsGettingStarted() { Google / GitHub: click the provider button on /login. The first time you sign in we'll create your account automatically using the provider email.
  • - Discord: use "Continue with Discord" on the login page. Existing accounts with the same email will be linked, otherwise a new account is created. For linking flows for existing staff, see the Dashboard > Connections. + Discord: use "Continue with Discord" on the login page. Existing accounts with the same email will be linked, otherwise a new account is created. For linking flows for existing staff, see the Dashboard → Connections.
  • Web3 (optional): sign-in with Ethereum wallet via MetaMask — used only for wallet verification and account linking (no custody). @@ -429,4 +429,4 @@ export default function DocsGettingStarted() { ); -} \ No newline at end of file +}