Skip to content

Commit 91ff13b

Browse files
authored
Portal: Fix widget component API reference links (#8255)
1 parent 47354d5 commit 91ff13b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

apps/portal/src/app/bridge/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const preparedQuote = await Bridge.Buy.prepare({
102102
</TabsContent>
103103

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

107107
### Live Playground
108108

apps/portal/src/app/payments/custom-data/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ To connect with other auth strategies, use external wallets, or sponsor gas for
195195

196196
- [Buy.prepare](/references/typescript/v5/buy/prepare)
197197
- [Sell.prepare](/references/typescript/v5/sell/prepare)
198-
- [BuyWidget](/references/typescript/v5/widgets/BuyWidget)
199-
- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)
200-
- [TransactionWidget](/references/typescript/v5/widgets/TransactionWidget)
198+
- [BuyWidget](/references/typescript/v5/BuyWidget)
199+
- [CheckoutWidget](/references/typescript/v5/CheckoutWidget)
200+
- [TransactionWidget](/references/typescript/v5/TransactionWidget)
201201

apps/portal/src/app/payments/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ const preparedQuote = await Bridge.Buy.prepare({
106106
</TabsContent>
107107

108108
<TabsContent value="react">
109-
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.
110-
109+
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.
110+
111111
### Live Playground
112112

113113
<ArticleIconCard
@@ -116,7 +116,7 @@ const preparedQuote = await Bridge.Buy.prepare({
116116
icon={ReactIcon}
117117
href="https://playground.thirdweb.com/connect/pay/transactions"
118118
/>
119-
119+
120120
### Installation
121121

122122
Install the thirdweb SDK in your React project:

apps/portal/src/app/payments/products/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ The CheckoutWidget handles the complete payment flow, supporting both crypto and
8282

8383
## API Reference
8484

85-
- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)
85+
- [CheckoutWidget](/references/typescript/v5/CheckoutWidget)

0 commit comments

Comments
 (0)