Fix JSX '>' in DocsGettingStarted

cgen-1bac15b1126841179948ddac7d58b0fc
This commit is contained in:
Builder.io 2025-11-11 18:12:25 +00:00
parent b37a9c35c6
commit 09ffe61182

View file

@ -231,7 +231,7 @@ export default function DocsGettingStarted() {
Google / GitHub: click the provider button on <Link to="/login" className="text-aethex-400 underline">/login</Link>. The first time you sign in we'll create your account automatically using the provider email.
</li>
<li>
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.
</li>
<li>
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() {
</section>
</div>
);
}
}