Skip to content

Commit 4489854

Browse files
committed
nit: remove @buycrypto tag
1 parent f267b5d commit 4489854

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/thirdweb/src/react/web/ui/Bridge/BuyWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ type UIOptionsResult =
255255
* @bridge
256256
* @beta
257257
* @react
258-
* @buyCrypto
259258
*/
260259
export function BuyWidget(props: BuyWidgetProps) {
261260
const localeQuery = useConnectLocale(props.locale || "en_US");

packages/thirdweb/src/react/web/ui/Bridge/CheckoutWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ type UIOptionsResult =
258258
* @bridge
259259
* @beta
260260
* @react
261-
* @buyCrypto
262261
*/
263262
export function CheckoutWidget(props: CheckoutWidgetProps) {
264263
const localeQuery = useConnectLocale(props.locale || "en_US");

packages/thirdweb/src/react/web/ui/Bridge/TransactionWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ type UIOptionsResult =
285285
* @bridge
286286
* @beta
287287
* @react
288-
* @buyCrypto
289288
*/
290289
export function TransactionWidget(props: TransactionWidgetProps) {
291290
const localeQuery = useConnectLocale(props.locale || "en_US");

0 commit comments

Comments
 (0)