Skip to content

Commit ca6852f

Browse files
authored
Merge branch 'main' into yash/update-implementations-2
2 parents 0358173 + 83ec695 commit ca6852f

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)