Skip to content

Commit

Permalink
show nft checkout on debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed May 23, 2024
1 parent 6835882 commit 8d70498
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions examples/react/src/components/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,6 @@ export const Homepage = () => {
<Text color="text50" fontSize="small" fontWeight="medium">
Demos
</Text>
{/* <ClickableCard
title="NFT Checkout"
description="NFT Checkout testing"
onClick={onClickCheckout}
/> */}
<ClickableCard
title="Inventory"
description="Connect a Sequence wallet to view, swap, send, and receive collections"
Expand Down Expand Up @@ -506,17 +501,19 @@ export const Homepage = () => {
)}

{isDebugMode && (
<ClickableCard
title="Generate EthAuth proof"
description="Generate EthAuth proof"
onClick={generateEthAuthProof}
/>
<>
<ClickableCard
title="Generate EthAuth proof"
description="Generate EthAuth proof"
onClick={generateEthAuthProof}
/>
<ClickableCard
title="NFT Checkout"
description="Set orderbook order id, token contract address and token id to test checkout (on Polygon)"
onClick={onClickCheckout}
/>
</>
)}
<ClickableCard
title="NFT Checkout"
description="Set orderbook order id, token contract address and token id to test checkout (on Polygon)"
onClick={onClickCheckout}
/>
<ClickableCard
title="Switch network"
description={`Current network: ${networkForCurrentChainId.title}`}
Expand Down

0 comments on commit 8d70498

Please sign in to comment.