We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbcf77 commit 223d105Copy full SHA for 223d105
apps/portal/src/app/connect/sign-in/methods/guest-mode/page.mdx
@@ -42,7 +42,7 @@ Your user can now access this same wallet with their Google account. Until the u
42
43
```tsx
44
import { ConnectButton } from "thirdweb/react";
45
-import { createWallet } from "thirdweb/wallets";
+import { inAppWallet } from "thirdweb/wallets";
46
47
<ConnectButton
48
wallets={[
0 commit comments