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 c0bbc21 commit 83ec695Copy full SHA for 83ec695
apps/playground-web/src/app/connect/pay/transactions/page.tsx
@@ -113,8 +113,8 @@ function NoFundsPopup() {
113
114
<CodeExample
115
preview={<PayTransactionButtonPreview />}
116
- code={`import { trasnfer } from "thirdweb/extensions/erc1155";
117
- import { PayEmbed, useActiveAccount } from "thirdweb/react";
+ code={`import { transfer } from "thirdweb/extensions/erc1155";
+ import { TransactionButton, useActiveAccount } from "thirdweb/react";
118
119
120
function App() {
0 commit comments