-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
playground: fix pay example imports #6391
playground: fix pay example imports #6391
Conversation
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
@alecananian is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
@alecananian Thanks! |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
thank you @alecananian ! |
Fixes the import statement in the example code for Pay > Transactions > Automatic Onramp on the playground app
PR-Codex overview
This PR focuses on correcting a typo in the import statement and updating the component being imported for better functionality in the
page.tsx
file.Detailed summary
trasnfer
to the correcttransfer
fromthirdweb/extensions/erc1155
.PayEmbed
toTransactionButton
fromthirdweb/react
.