diff --git a/apps/playground-web/src/app/connect/pay/transactions/page.tsx b/apps/playground-web/src/app/connect/pay/transactions/page.tsx index 8aeb7f7ca8b..00db4054ae7 100644 --- a/apps/playground-web/src/app/connect/pay/transactions/page.tsx +++ b/apps/playground-web/src/app/connect/pay/transactions/page.tsx @@ -113,8 +113,8 @@ function NoFundsPopup() { } - 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() {