Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/base-account/quickstart/web-react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function App() {
const sdk = createBaseAccountSDK(
{
appName: 'Base Account Quick-start',
appLogo: 'https://base.org/logo.png',
appLogoUrl: 'https://base.org/logo.png',
}
);

Expand Down Expand Up @@ -210,4 +210,4 @@ Open http://localhost:3000, click **Sign in with Base** (optional) and then **Pa

* **[Request profile data](/base-account/guides/accept-payments#collect-user-information-optional)** – ask the user for email, shipping address, etc. during `pay()`
* **[Sub Accounts guide](/base-account/improve-ux/sub-accounts)** – embed gas-less child wallets inside your app
* **[Mobile quick-start](/base-account/quickstart/mobile-integration)** – the same flow for React Native
* **[Mobile quick-start](/base-account/quickstart/mobile-integration)** – the same flow for React Native