Skip to content

Commit bb49761

Browse files
committed
playground: fix pay example imports
1 parent cbc0eff commit bb49761

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function NoFundsPopup() {
114114
<CodeExample
115115
preview={<PayTransactionButtonPreview />}
116116
code={`import { trasnfer } from "thirdweb/extensions/erc1155";
117-
import { PayEmbed, useActiveAccount } from "thirdweb/react";
117+
import { TransactionButton, useActiveAccount } from "thirdweb/react";
118118
119119
120120
function App() {

0 commit comments

Comments
 (0)