Skip to content

Commit

Permalink
playground: fix pay example imports (#6391)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian authored Mar 3, 2025
1 parent c0bbc21 commit 83ec695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/playground-web/src/app/connect/pay/transactions/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ function NoFundsPopup() {

<CodeExample
preview={<PayTransactionButtonPreview />}
code={`import { trasnfer } from "thirdweb/extensions/erc1155";
import { PayEmbed, useActiveAccount } from "thirdweb/react";
code={`import { transfer } from "thirdweb/extensions/erc1155";
import { TransactionButton, useActiveAccount } from "thirdweb/react";
function App() {
Expand Down

0 comments on commit 83ec695

Please sign in to comment.