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.
2 parents 0358173 + 83ec695 commit ca6852fCopy full SHA for ca6852f
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