Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/portal/src/app/bridge/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const preparedQuote = await Bridge.Buy.prepare({
</TabsContent>

<TabsContent value="react">
The quickest way to setup Bridge in your React app is with the [`SwapWidget`](/references/typescript/v5/widgets/SwapWidget) component.
The quickest way to setup Bridge in your React app is with the [`SwapWidget`](/references/typescript/v5/SwapWidget) component.

### Live Playground

Expand Down
6 changes: 3 additions & 3 deletions apps/portal/src/app/payments/custom-data/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ To connect with other auth strategies, use external wallets, or sponsor gas for

- [Buy.prepare](/references/typescript/v5/buy/prepare)
- [Sell.prepare](/references/typescript/v5/sell/prepare)
- [BuyWidget](/references/typescript/v5/widgets/BuyWidget)
- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)
- [TransactionWidget](/references/typescript/v5/widgets/TransactionWidget)
- [BuyWidget](/references/typescript/v5/BuyWidget)
- [CheckoutWidget](/references/typescript/v5/CheckoutWidget)
- [TransactionWidget](/references/typescript/v5/TransactionWidget)

6 changes: 3 additions & 3 deletions apps/portal/src/app/payments/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ const preparedQuote = await Bridge.Buy.prepare({
</TabsContent>

<TabsContent value="react">
The quickest way to setup payments in your React app is with the [`BuyWidget`](/references/typescript/v5/widgets/BuyWidget), [`CheckoutWidget`](/references/typescript/v5/widgets/CheckoutWidget), and [`TransactionWidget`](/references/typescript/v5/widgets/TransactionWidget) components.
The quickest way to setup payments in your React app is with the [`BuyWidget`](/references/typescript/v5/BuyWidget), [`CheckoutWidget`](/references/typescript/v5/CheckoutWidget), and [`TransactionWidget`](/references/typescript/v5/TransactionWidget) components.

### Live Playground

<ArticleIconCard
Expand All @@ -116,7 +116,7 @@ const preparedQuote = await Bridge.Buy.prepare({
icon={ReactIcon}
href="https://playground.thirdweb.com/connect/pay/transactions"
/>

### Installation

Install the thirdweb SDK in your React project:
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/src/app/payments/products/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ The CheckoutWidget handles the complete payment flow, supporting both crypto and

## API Reference

- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)
- [CheckoutWidget](/references/typescript/v5/CheckoutWidget)
Loading