Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit d75bce1

Browse files
committed
remove ock components
1 parent a536d7b commit d75bce1

File tree

1 file changed

+6
-4
lines changed
  • apps/web/src/components/Developers/LiveDemo

1 file changed

+6
-4
lines changed

apps/web/src/components/Developers/LiveDemo/index.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

3-
import { WalletAdvancedDefault } from '@coinbase/onchainkit/wallet';
4-
import { Buy } from '@coinbase/onchainkit/buy';
3+
// import { WalletAdvancedDefault } from '@coinbase/onchainkit/wallet';
4+
// import { Buy } from '@coinbase/onchainkit/buy';
55
import { Checkout, CheckoutButton } from '@coinbase/onchainkit/checkout';
66
import { SwapDefault } from '@coinbase/onchainkit/swap';
77
import { useCallback, useEffect, useMemo, useState } from 'react';
@@ -183,9 +183,11 @@ export function LiveDemo() {
183183

184184
switch (activeTab) {
185185
case 'onboard':
186-
return <WalletAdvancedDefault />;
186+
return <div>WalletAdvancedDefault</div>
187+
// return <WalletAdvancedDefault />;
187188
case 'onramp':
188-
return <Buy toToken={degenToken} />;
189+
return <div>Buy</div>
190+
// return <Buy toToken={degenToken} />;
189191
case 'pay':
190192
return (
191193
<Checkout productId="my-product-id">

0 commit comments

Comments
 (0)