We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf6dbf commit 68dd4dcCopy full SHA for 68dd4dc
apps/playground-web/src/app/connect/pay/transactions/page.tsx
@@ -40,7 +40,7 @@ function BuyOnchainAsset() {
40
return (
41
<CodeExample
42
code={`import { claimTo } from "thirdweb/extensions/erc1155";
43
- import { PayEmbed, useActiveAccount } from "thirdweb/react";
+ import { TransactionWidget, useActiveAccount } from "thirdweb/react";
44
45
function App() {
46
const account = useActiveAccount();
0 commit comments