Skip to content

Commit

Permalink
Merge branch 'main' into yash/update-implementations-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 authored Mar 4, 2025
2 parents 0358173 + 83ec695 commit ca6852f
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 ca6852f

Please sign in to comment.