File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
apps/dashboard/src/@/components/tx-button Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
1818} from "thirdweb" ;
1919import { type Chain , type ChainMetadata , localhost } from "thirdweb/chains" ;
2020import {
21- CheckoutWidget ,
21+ BuyWidget ,
2222 useActiveAccount ,
2323 useActiveWallet ,
2424 useActiveWalletChain ,
@@ -267,14 +267,12 @@ export const MismatchButton = forwardRef<
267267 />
268268 ) }
269269
270- { dialog === "pay" && account && (
271- < CheckoutWidget
270+ { dialog === "pay" && (
271+ < BuyWidget
272272 className = "!w-full"
273273 client = { props . client }
274274 chain = { txChain }
275275 amount = "0.01"
276- name = "Buy Funds"
277- seller = { account . address as `0x${string } `}
278276 theme = { getSDKTheme ( theme === "dark" ? "dark" : "light" ) }
279277 />
280278 ) }
You can’t perform that action at this time.
0 commit comments