Skip to content

Commit 83ec695

Browse files
authored
playground: fix pay example imports (#6391)
1 parent c0bbc21 commit 83ec695

File tree

1 file changed

+2
-2
lines changed
  • apps/playground-web/src/app/connect/pay/transactions

1 file changed

+2
-2
lines changed

apps/playground-web/src/app/connect/pay/transactions/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ function NoFundsPopup() {
113113

114114
<CodeExample
115115
preview={<PayTransactionButtonPreview />}
116-
code={`import { trasnfer } from "thirdweb/extensions/erc1155";
117-
import { PayEmbed, useActiveAccount } from "thirdweb/react";
116+
code={`import { transfer } from "thirdweb/extensions/erc1155";
117+
import { TransactionButton, useActiveAccount } from "thirdweb/react";
118118
119119
120120
function App() {

0 commit comments

Comments
 (0)